add_pcb_text
Add text labels to PCB silkscreen or fabrication layers at specified coordinates and rotation angle.
Instructions
Add text to the PCB (silkscreen, fab layer, etc.).
Args:
text: Text content
x: X position
y: Y position
layer: Layer (e.g. "F.SilkS", "B.SilkS", "F.Fab")
rotation: Rotation in degrees
pcb_path: Path to .kicad_pcb file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| x | Yes | ||
| y | Yes | ||
| layer | No | F.SilkS | |
| rotation | No | ||
| pcb_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |