create_track
Add a track segment to the PCB board by specifying start and end coordinates, width, layer, and net.
Instructions
Create a track segment on the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_x | Yes | ||
| start_y | Yes | ||
| end_x | Yes | ||
| end_y | Yes | ||
| width | No | ||
| layer | No | F.Cu | |
| net | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||