convert_kicad_version
Convert KiCad PCB, schematic, or project files from version 10 to version 7, 8, or 9 for fab shop compatibility. Rounded rectangles and hatched fills are adjusted automatically.
Instructions
Convert a KiCad file to an older version.
Downconverts .kicad_pcb, .kicad_sch, or project ZIP archives from KiCad 10 to version 7, 8, or 9 for fab shop compatibility.
Rounded rectangles (gr_roundrect / fp_roundrect) introduced in KiCad 10 are converted to right-angle rectangles. Hatched copper fills are removed. The file version header is updated to match the target version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to .kicad_pcb, .kicad_sch, or .zip project archive | |
| target_version | Yes | Target version: "7", "8", or "9" | |
| output_path | No | Where to save the result (default: same dir, _v<N> suffix) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||