add_arc_track
Add a curved track segment to a PCB board by specifying start, mid, and end coordinates in millimeters, with support for layer, width, net, and locking options.
Instructions
Add an arc track segment to the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locked | No | ||
| end_x_mm | Yes | ||
| end_y_mm | Yes | ||
| mid_x_mm | Yes | ||
| mid_y_mm | Yes | ||
| net_name | No | ||
| width_mm | No | ||
| layer_name | No | F.Cu | |
| start_x_mm | Yes | ||
| start_y_mm | Yes |