render_board
Generate a 3D PNG of a KiCad PCB using kicad-cli to inspect board layout, components, and selected sides from the board file.
Instructions
Render the board in 3D to a PNG with kicad-cli and return the image so you can look at it. Reads the board file on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | top | |
| width | No | ||
| height | No | ||
| quality | No | basic | |
| board_path | Yes | A .kicad_pcb file, absolute or relative to the workspace. | |
| output_path | No | PNG path; default renders/<name>-<side>.png next to the board. |