|
Main / Boardmanufacture
From https://docs.oshpark.com/design-tools/kicad/generating-kicad-gerbers/ Before you get started, you can upload .kicad_pcb files directly and we’ll generate the gerbers for you. For most users, this is the best way to order a board designed with KiCad. First StepsRedraw Fill ZonesKiCad typically will redraw Fill Zones when performing changes, checking DRC, or exporting gerbers. This can also be done by using the hotkey b, or using the menu at Edit > Fill All Zones. When uploading .kicad_pcb files, we do not re-fill zones, and export according to the last re-fill performed by the user. Board OutlineWe look for the board outline on the Edge Cuts layer to tell the fab where to cut the board. You can also indicate cutouts on this layer. Generate GerbersSelect File -> Plot from the menu to open the gerber generation tool. After plotting, Kicad saves the used settings in the .kicad_pcb file. We’ll honor user-adjustable settings when handling uploaded .kicad_pcb files. IncludeIt’s suggested to set the Output directory: to plots or gerbers. This will help keep the gerbers separate from the design files. Include LayersThese layers are typically required to fabricate the design as intended:
Plot On All LayersAll layers in this section must be unchecked. These options merge multiple production layers together, and will typically result in non-functional PCBs. Because this mangles the gerber output directly, these errors will not be detected by Kicad’s DRC. General OptionsThese options can be set to user preference/design intent, and do not affect manufacturability or our file processing. Gerber OptionsLeaving as default is recommended for most users, but may be changed in some circumstances. Use Extended X2 Format (recommended) Leaving checked is recommended. This provides fab layer metadata, making file handling much more robust. Disable Aperture Macros (not recommended) Unchecked is typically suggested. However, checking this option can resolve issues with some complex footprints, typically pads with complex artistic shapes, or multiple rounded corners. Drill Files GenerationNext, on the plot screen, select Generate Drill File. Output Folder typically should match the one provided to the Gerber output screen. Note We plan on adjusting drill handling shortly to better support Kicad 7’s new defaults and options. The following steps will generate legacy drill outputs which are known to work reliably with our current process. At this time, other options will result in slots not being detected. Drill File FormatMirror Y Axis Must be unchecked. Use Alternate Drill Mode must be checked. Map File FormatUser preference / optional. We do not read this file. Drill OriginAbsolute should be checked. Drill Unitsboth Inches and Millimeters works without issue. Zeroes FormatDecimal Format is preferred. |