view_base.kibot.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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: pdf
  10. # type: pdf_pcb_print
  11. # dir: pdf
  12. # options:
  13. # separated: true
  14. # layers:
  15. # - 'F.Cu'
  16. # - 'B.Cu'
  17. # - 'F.Paste'
  18. # - 'B.Paste'
  19. # - 'F.SilkS'
  20. # - 'B.SilkS'
  21. # - 'Edge.Cuts'
  22. # - name: gerber
  23. # type: gerber
  24. # dir: gerber
  25. # layers:
  26. # - 'F.Cu'
  27. # - 'B.Cu'
  28. # - 'F.Paste'
  29. # - 'B.Paste'
  30. # - 'F.SilkS'
  31. # - 'B.SilkS'
  32. # - 'Edge.Cuts'
  33. - name: ibom
  34. comment: 'Interactive BOM'
  35. type: ibom
  36. options:
  37. dark_mode: true
  38. netlist_file: '%F.xml'
  39. # extra_fields: 'LCSC'
  40. - name: schematic
  41. type: pdf_sch_print
  42. # - name: 3d
  43. # type: render_3d
  44. # options:
  45. # no_virtual: true
  46. # view: 'top'
  47. # silk: '#111111'
  48. # solder_mask: '#ffffff'
  49. # board: '#C3BA9B'
  50. # copper: '#99967F'
  51. # zoom: 4
  52. # orthographic: true
  53. # ray_tracing: true
  54. # height: 1920
  55. # width: 1920
  56. # - name: 3d_back
  57. # type: render_3d
  58. # extends: 3d
  59. # options:
  60. # view: 'bottom'
  61. # zoom: 3