create_circle
Add a circle to the PCB board by specifying center coordinates, radius, layer, line width, and fill option.
Instructions
Create a circle on the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| radius | Yes | ||
| layer | No | F.Courtyard | |
| line_width | No | ||
| filled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||