mirror of
https://github.com/scottbez1/smartknob.git
synced 2025-11-04 17:19:40 +08:00
33 lines
624 B
YAML
33 lines
624 B
YAML
kibot:
|
|
version: 1
|
|
|
|
preflight:
|
|
check_zone_fills: true
|
|
run_drc: true
|
|
run_erc: true
|
|
update_xml: true
|
|
|
|
outputs:
|
|
- name: ibom
|
|
comment: 'Interactive BOM'
|
|
type: ibom
|
|
options:
|
|
dark_mode: true
|
|
netlist_file: '%F.xml'
|
|
extra_fields: 'LCSC,Mouser,Digikey,AliExpress,Note'
|
|
|
|
- name: schematic
|
|
type: pdf_sch_print
|
|
|
|
- name: 'bom_csv'
|
|
comment: "Bill of Materials in CSV format"
|
|
type: bom
|
|
options:
|
|
use_alt: false
|
|
number: 1
|
|
aggregate:
|
|
- file: electronics/view_screen/view_screen.sch
|
|
name: 'Screen'
|
|
number: 1
|
|
ref_id: 'SCREEN-'
|