view_screen.kibot.yml 746 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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'
  16. - name: schematic
  17. type: pdf_sch_print
  18. # - name: 3d
  19. # type: render_3d
  20. # options:
  21. # no_virtual: true
  22. # view: 'top'
  23. # silk: '#111111'
  24. # solder_mask: '#ffffff'
  25. # board: '#C3BA9B'
  26. # copper: '#99967F'
  27. # orthographic: true
  28. # ray_tracing: true
  29. # height: 1920
  30. # width: 1920
  31. # zoom: 4
  32. # - name: 3d_back
  33. # type: render_3d
  34. # extends: 3d
  35. # options:
  36. # view: 'bottom'
  37. # zoom: 3