create_arc
Create an arc on the PCB by specifying center, start, and end coordinates, with adjustable layer and line width.
Instructions
Create an arc on the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center_x | Yes | ||
| center_y | Yes | ||
| start_x | Yes | ||
| start_y | Yes | ||
| end_x | Yes | ||
| end_y | Yes | ||
| layer | No | F.Cu | |
| line_width | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||