Check every footprint already on the board
validate_boardValidate all footprint placements against keep-out zones and board edge for a KiCad PCB file. Optionally specify the path to the .kicad_pcb file.
Instructions
Validate all footprint placements against keep-out zones and board edge.
Args:
pcb_path: Path to .kicad_pcb file. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcb_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| violations | Yes | ||
| total_footprints | Yes | ||
| board_edge_checked | Yes |