pcb_add_track
Add a single track segment to a PCB layout by specifying start and end coordinates, layer, net, and width.
Instructions
Add a single track segment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | F_Cu | |
| x1_mm | Yes | ||
| x2_mm | Yes | ||
| y1_mm | Yes | ||
| y2_mm | Yes | ||
| net_name | No | ||
| width_mm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |