export_footprint_svg
Export KiCad footprint files or .pretty libraries to SVG format for visual inspection or documentation.
Instructions
Export footprint to SVG.
Args:
footprint_path: Path to a .kicad_mod file, or a .pretty library directory.
Optional; omit to use the configured default.
output_dir: Output directory. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | ||
| footprint_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| count | Yes | ||
| files | Yes | ||
| format | Yes |