kicad.add_line
Add lines or shapes to PCB layers in KiCad designs by specifying coordinates, layer, and width for layout annotations.
Instructions
[Requires open project] Add a line or shape to a PCB layer.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| y1 | Yes | ||
| x2 | Yes | ||
| y2 | Yes | ||
| layer | No | F.SilkS | |
| width | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |