Thermostat pour piloter jusqu'à 4 radiateurs avec fil pilote
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

  1. File/plot
  2. Format: Gerber
  3. Directory: gerbers
  4. Select:
  5. - F.Cu/B.Cu/F.SilkS/B.SilkS/F.Mask/B.Mask/Edge.Cuts
  6. - Plot footprint values/references
  7. - Exclude PCB Edge layer from other layers
  8. - Exclude pad from silkscreen
  9. - Use Protel filename extension
  10. - Inclue extended (X2) attributes
  11. -> Plot
  12. mv schematics/heating_control/gerbers/heating_control-Edge.Cuts.gm{1,l}
  13. -> Generate Drill file
  14. Output directory: gerbers
  15. File format: Excellon
  16. Drill unit: millimeters
  17. Zeros format: decimal
  18. Drill map file format: gerber
  19. Drill file option: PTH and MPTH holes in a single file
  20. Drill origin: absolute
  21. => Generate Drill File
  22. cd schematics/heating_control/gerbers/
  23. zip heating_control.zip *
  24. DirtyPCB notice:
  25. Upload one or more PCBs on the order page. Gerber files should be inside a .zip archive with standard file extensions:
  26. Gerber file extension Layer
  27. GTO Top Silkscreen (text)
  28. GTS Top Soldermask (the 'green' stuff)
  29. GTL Top Copper (conducting layer)
  30. GBL Bottom Copper
  31. GBS Bottom Soldermask
  32. GBO Bottom Silkscreen
  33. GML/GKO/GBR* Board Outline*
  34. TXT Routing and Drill (the holes and slots)
  35. *Required
  36. These layers/files are typically needed to manufacturer a complete PCB. Only the Board Outline (GML/GKO/GBR) is required.