create_line
Draw a line segment on the PCB board by specifying start and end coordinates, layer, and line width.
Instructions
Create a line segment on the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_x | Yes | ||
| start_y | Yes | ||
| end_x | Yes | ||
| end_y | Yes | ||
| layer | No | F.Silkscreen | |
| line_width | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||