This tutorial is aimed at users who have already completed their circuit design in KiCad. It focuses on how to correctly export design files and place a prototype order with Elecrow. We assume you are familiar with basic KiCad operations, including schematic capture, footprint assignment, and PCB layout.
Elecrow's official website usually provides its own recommended Gerber export parameter settings, which you can also refer to.
1. DRC (Design Rule Check)
1. Run DRC on KiCad after you have finished design
Elecrow Design Rules 1
Elecrow Design Rules 2
2. 3D Preview Check (Recommended)
2. KiCad 3D Viewer
3. Pad Size and Critical Mechanical Dimension Check
Edge.Cuts
layer is complete and closed, as this will be used for PCB routing (cutting).
1. Gerber File Export
In the KiCad PCB Editor (Pcbnew), use File > Plot
.
gerber
or production
) within your project folder to store these files.F.Cu
(Front Copper / Top Copper)B.Cu
(Back Copper / Bottom Copper)F.Mask
/ B.Mask
(Front/Back Solder Mask)F.SilkS
/ B.SilkS
(Front/Back Silkscreen)Edge.Cuts
(Board Outline)F.Paste
/ B.Paste
for SMT stencils, but the above are core for PCB fabrication.)2. Drill File Export
In the Plot dialog, click "Generate Drill Files...":
.drl
file. If separate NPTH files (e.g., *-NPTH.drl
) are generated, include them in the package.3. Fabrication Outputs Gerber Files and Drill Files
3. Package into a Zip Archive
Package all generated Gerber files and Drill files into a single .zip
archive. Typically, it should include (Protel extension examples):
*.GTL
(Top Copper Layer)*.GBL
(Bottom Copper Layer)*.GTS
(Top Solder Mask)*.GBS
(Bottom Solder Mask)*.GTO
(Top Silkscreen)*.GBO
(Bottom Silkscreen)*.GKO
or *.GMx
(Board Outline / Mechanical Layer, corresponding to Edge.Cuts
. The specific extension might vary based on KiCad version/settings).*.DRL
(Drill file)*-NPTH.DRL
if NPTH drills were not merged.*.GTP
(Top Paste), *.GBP
(Bottom Paste) if stencil files are included.1. Register & Login
2. Navigate to the Order Page
3. Upload Gerber Archive
.zip
file you created. The system will usually attempt to auto-detect the layers. If there are any recognition issues, you may need to manually assign the file type for each layer.4. Configure Manufacturing Parameters (Core Step)
Parameter | Description | Beginner Recommendation |
---|---|---|
Layers | Common options are 2 or 4 layers. | 2 Layers |
Material | Default is FR-4. | FR-4 |
Thickness | Common value is 1.6mm. | 1.6mm |
Copper Weight | Copper thickness per side, in oz. | 1 oz |
Solder Mask Color | Green is standard. | Green |
Silkscreen Color | Usually white. | White |
Surface Finish | HASL is economical; ENIG for finer features. | Lead-Free HASL |
Quantity | Minimum order quantity (MOQ) is often 5 pcs. | 5 pcs (or as needed) |
Special Process | E.g., blind/buried vias, gold fingers. | Avoid unless required |
ENIG (Electroless Nickel Immersion Gold) surface finish is suitable for fine-pitch BGAs and other demanding applications but is more expensive.
5. Gerber Online Preview
Elecrow (and many other fabs) provide an online Gerber viewer. It is crucial to thoroughly review this preview:
4. Gerber online preview
5. Pick the services
6. Submit Order & Payment
6. Check the list and add to cart and pay
After receiving the PCBs from Elecrow, it's recommended to perform the following checks:
You can use calipers and a multimeter to further verify electrical characteristics and critical mechanical dimensions.
If you find any significant issues, take clear photos and contact Elecrow customer service for assistance.
This tutorial bypasses basic KiCad introductory content, focusing on the key steps from design completion to prototype ordering. It's suitable for users with some existing KiCad knowledge to quickly get their designs manufactured.
Mastering these steps will allow you to confidently take your KiCad designs to production, successfully making the first step from digital design to physical realization.