- ERC and DRC are now supported by KiCad 8.0 and so included as targets, including the an option flag to exit with non-zero status if failing.
make sch
andmake pcb
both build the report files.make rules
just performs the ERC and DRC. - KiCad 8.0 also now includes a built-in BoM tool
kicad-cli sch export bom
. It is now the default rather than KiBoM. KiBoM is still supported with theBOM_CMD
as previously.
Closes #1 .
Full Changelog: v1.0...v1.2