A RGB LCD raspberry pi hat
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

80 lignes
1.9 KiB

  1. # Gerber and drill files for JLCPCB, without stencil
  2. # URL: https://jlcpcb.com/
  3. # Based on setting used by Gerber Zipper (https://github.com/g200kg/kicad-gerberzipper)
  4. kibot:
  5. version: 1
  6. preflight:
  7. run_erc: true
  8. update_xml: true
  9. run_drc: true
  10. check_zone_fills: true
  11. ignore_unconnected: false
  12. filters:
  13. - filter: 'Ignore courtyards'
  14. error: '45'
  15. regex: '.*'
  16. - filter: 'Ignore USBC pads'
  17. error: '19'
  18. regex: 'J1'
  19. - filter: 'Ignore USBC ground not shorted'
  20. error: '2'
  21. regex: 'J1'
  22. outputs:
  23. - name: JLCPCB_gerbers
  24. comment: Gerbers compatible with JLCPCB
  25. type: gerber
  26. dir: Gerber
  27. options: &gerber_options
  28. exclude_edge_layer: true
  29. exclude_pads_from_silkscreen: true
  30. plot_sheet_reference: false
  31. plot_footprint_refs: true
  32. plot_footprint_values: false
  33. force_plot_invisible_refs_vals: false
  34. tent_vias: true
  35. use_protel_extensions: false
  36. create_gerber_job_file: false
  37. disable_aperture_macros: true
  38. gerber_precision: 4.6
  39. use_gerber_x2_attributes: false
  40. use_gerber_net_attributes: false
  41. line_width: 0.1
  42. subtract_mask_from_silk: true
  43. layers:
  44. # Note: a more generic approach is to use 'copper' but then the filenames
  45. # are slightly different.
  46. - F.Cu
  47. - B.Cu
  48. - In1.Cu
  49. - In2.Cu
  50. - F.SilkS
  51. - B.SilkS
  52. - F.Mask
  53. - B.Mask
  54. - Edge.Cuts
  55. - name: JLCPCB_drill
  56. comment: Drill files compatible with JLCPCB
  57. type: excellon
  58. dir: Gerber
  59. options:
  60. pth_and_npth_single_file: false
  61. pth_id: '-PTH'
  62. npth_id: '-NPTH'
  63. metric_units: false
  64. output: "%f%i.%x"
  65. - name: JLCPCB
  66. comment: ZIP file for JLCPCB
  67. type: compress
  68. dir: Gerber
  69. options:
  70. files:
  71. - from_output: JLCPCB_gerbers
  72. dest: /
  73. - from_output: JLCPCB_drill
  74. dest: /