Variants: able to use kibot variants, separate variants for: mech, sch, and pcb outputs. This because a BOM variant does not affect the PCB, but it might affect the step file.
16 lines
191 B
YAML
16 lines
191 B
YAML
kibot:
|
|
version: 1
|
|
|
|
import:
|
|
- file: default.kibot.yaml
|
|
outputs:
|
|
- print_sch
|
|
- _bom
|
|
- bom_csv
|
|
- bom_xlsx
|
|
|
|
preflight:
|
|
erc: true
|
|
update_xml: true
|
|
drc: false
|