Import Eagle Project
import_eagle_projectConvert Eagle board and schematic files into a KiCad project, translating PCB layout and schematic to KiCad formats.
Instructions
Import an Eagle project (.brd + .sch) and convert it to a KiCad project. Converts the PCB layout via kicad-cli and translates the schematic from Eagle XML to KiCad S-expression format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_file | Yes | Absolute path to the Eagle .brd board file | |
| output_dir | No | Output directory for the KiCad project (defaults to a subdirectory next to the .brd file) | |
| project_name | No | KiCad project name (defaults to the .brd filename without extension) | |
| schematic_file | No | Absolute path to the Eagle .sch schematic file (auto-detected from .brd path if omitted) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |