add_track
Add a straight track segment between two points on any PCB layer, with configurable width, net, and lock.
Instructions
Add a straight track segment to the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locked | No | ||
| end_x_mm | Yes | ||
| end_y_mm | Yes | ||
| net_name | No | ||
| width_mm | No | ||
| layer_name | No | F.Cu | |
| start_x_mm | Yes | ||
| start_y_mm | Yes |