move_component
Reposition a placed component in a KiCad schematic by specifying its reference designator and new X/Y coordinates, with optional rotation.
Instructions
Move a placed component to a new position.
Args:
reference: Reference designator (e.g. "R1")
x: New X position
y: New Y position
rotation: New rotation in degrees (None = keep current)
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| rotation | No | ||
| reference | Yes | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |