convert_geda
Convert gEDA .pcb board files to KiCad format, outputting a ZIP archive with the .kicad_pcb file.
Instructions
Convert a gEDA PCB board file to KiCad format.
Imports a gEDA .pcb board file using KiCad's pcbnew bindings. Board files only — schematic import is not available programmatically.
Output is a ZIP archive containing the .kicad_pcb file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to gEDA .pcb file or zip archive | |
| output_path | No | Where to save the output ZIP (default: <stem>_kicad.zip next to input) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||