sch_render
Render KiCad schematic sheets to SVG or multi-page PDF using kicad-cli, returning file paths for client display.
Instructions
Draw every sheet of the schematic to SVG (one file per sheet) or one multi-page PDF with kicad-cli, and return the file paths so the client can read and display them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | svg | |
| output_dir | No | Output directory; default 'renders' next to the schematic. | |
| schematic_path | Yes | A .kicad_sch file, absolute or relative to the workspace. Any sheet of the project works; the root sheet is used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| files | Yes | ||
| format | Yes | ||
| command | Yes |