kicad.create_board_outline
Define PCB dimensions by drawing the required board outline in KiCad projects. Specify width and height parameters to establish the physical boundaries for component placement and routing.
Instructions
[Requires open project] Draw the PCB board outline. Every PCB must have this. Example: create_board_outline(width=50, height=30)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| x | No | ||
| y | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |