convert_pads
Convert PADS ASCII layout files (.asc) to KiCad PCB format. Outputs a ZIP archive containing the .kicad_pcb file.
Instructions
Convert a PADS ASCII layout file to KiCad format.
Imports a PADS ASCII .asc layout file using kicad-cli pcb import --format pads. Board files only — schematics are not supported.
Output is a ZIP archive containing the .kicad_pcb file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to PADS .asc 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 | |||