place_footprint
Place a component footprint on a KiCad PCB at specified coordinates with reference designator, value, rotation, and layer options.
Instructions
Place a footprint on the PCB.
Args:
reference: Reference designator (e.g. "R2")
value: Component value (e.g. "4.7K")
x: X position in mm
y: Y position in mm
rotation: Rotation in degrees
layer: Layer (F.Cu or B.Cu)
pcb_path: Path to .kicad_pcb file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | ||
| value | Yes | ||
| x | Yes | ||
| y | Yes | ||
| rotation | No | ||
| layer | No | F.Cu | |
| pcb_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |