add_circle
Add a graphic circle to a PCB board by specifying center coordinates, radius, layer, line width, and fill option.
Instructions
Add a graphic circle to the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filled | No | ||
| width_mm | No | ||
| radius_mm | Yes | ||
| layer_name | Yes | ||
| center_x_mm | Yes | ||
| center_y_mm | Yes |