view_base.kibot.yml 624 B

1234567891011121314151617181920212223242526272829303132
  1. kibot:
  2. version: 1
  3. preflight:
  4. check_zone_fills: true
  5. run_drc: true
  6. run_erc: true
  7. update_xml: true
  8. outputs:
  9. - name: ibom
  10. comment: 'Interactive BOM'
  11. type: ibom
  12. options:
  13. dark_mode: true
  14. netlist_file: '%F.xml'
  15. extra_fields: 'LCSC,Mouser,Digikey,AliExpress,Note'
  16. - name: schematic
  17. type: pdf_sch_print
  18. - name: 'bom_csv'
  19. comment: "Bill of Materials in CSV format"
  20. type: bom
  21. options:
  22. use_alt: false
  23. number: 1
  24. aggregate:
  25. - file: electronics/view_screen/view_screen.sch
  26. name: 'Screen'
  27. number: 1
  28. ref_id: 'SCREEN-'