validate_board
Checks all footprint placements against keep-out zones and board edge to identify violations.
Instructions
Validate all footprint placements against keep-out zones and board edge.
Args:
pcb_path: Path to .kicad_pcb file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcb_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total_footprints | Yes | ||
| violations | Yes | ||
| board_edge_checked | Yes | ||
| status | Yes |