pcb_add_segment
Add a graphic segment to the PCB board by specifying start and end coordinates, layer, and line width, useful for drawing board outlines or custom graphics.
Instructions
Add a board graphic segment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | Edge_Cuts | |
| x1_mm | Yes | ||
| x2_mm | Yes | ||
| y1_mm | Yes | ||
| y2_mm | Yes | ||
| width_mm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |