move_footprint
Reposition a PCB footprint to given X, Y coordinates, optionally changing rotation and layer.
Instructions
Move a footprint to a new position.
Args:
reference: Reference designator (e.g. "R1")
x: New X position
y: New Y position
rotation: New rotation (None = keep current)
layer: New layer (empty = keep current)
pcb_path: Path to .kicad_pcb file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | ||
| x | Yes | ||
| y | Yes | ||
| rotation | No | ||
| layer | No | ||
| pcb_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |