What Is a PCB Drawing
A PCB drawing is the set of technical documents and artwork files that define a printed circuit board before fabrication. It includes the electrical schematic, the physical layout, fabrication notes, and the Gerber or ODB++ files that a manufacturer uses to etch copper layers, drill holes, and apply solder mask. A clean drawing reduces errors, speeds up quoting, and prevents costly respins.
More from this site
Keep reading the latest coverage
Schematic vs. Layout: Two Views of the Same Board
The schematic is the logical diagram. It shows components as symbols and their connections with nets, ignoring physical position. The layout translates that logic into a real board, placing components on a coordinate grid and routing copper traces between pads. Both are required: a manufacturer can fabricate from a layout alone, but the schematic is essential for troubleshooting and for the bill of materials.
Key elements that appear on both:
- Part references (R1, C2, U3) and values
- Net names connecting pins across components
- Pin 1 indicators and polarity marks
- Designator silhouettes for placement verification
Layers You Will See on a PCB Drawing
A PCB drawing often shows more layers than a bare board has copper. Understanding what each layer represents helps you read the documentation and set up your design correctly.
| Layer | What It Represents | Context |
|---|---|---|
| Top Copper | Component-side traces and pads | Always included |
| Bottom Copper | Solder-side traces and pads | Always included for 2‑layer+ boards |
| Inner Layers | Additional copper planes or signal layers | Present in 4‑layer and higher stackups |
| Solder Mask (Top/Bottom) | Insulating lacquer over copper; defines exposed pads | Usually green, but can be any color |
| Silkscreen (Top/Bottom) | White reference designators, logos, and polarity marks | Non‑conductive; aids assembly and inspection |
| Drill Drawing | Plated and non‑plated hole locations with sizes | Separate table or embedded in the layout |
| Board Outline | Physical shape and dimensions of the board edge | Critical for panelization and containment |
Essential Design Rules for PCB Drawing
Every board has a set of constraints that the layout must obey. These rules come from the manufacturer's capabilities and from signal integrity needs. Before drawing, confirm the following with your fabricator.
- Trace width and spacing: 6 mil is a common default, but high-current paths may need 20 mil or more, and dense BGA breakout can push spacing below 4 mil.
- Minimum drill size: Through-hole vias are typically 0.8 mm; microvias in HDI designs can be 0.15 mm.
- Annular ring: The copper ring around a drill hole must meet a minimum, often 0.15 mm, to ensure reliable plating.
- Copper-to-edge clearance: Usually 0.25 mm to 0.5 mm to prevent board flex and plating defects.
- Solder mask expansion: A 0.1 mm to 0.15 mm clearance around pads keeps solder from shorting adjacent traces.
Choosing Software for PCB Drawing
The tools used to create PCB drawings range from free, browser-based editors to enterprise-grade systems with built-in constraint engines. The right choice depends on board complexity, team size, and budget.
- KiCad: Free and open-source; strong for 2‑layer and 4‑layer boards with moderate component counts.
- EasyEDA: Browser-based; integrates with JLCPCB and LCSC for quick quoting and ordering.
- Altium Designer: Industry standard for complex, multi-layer boards with extensive library and PLM integration.
- Eagle: Widely used in makers and small shops; limited layer count in the standard license.
- OrCAD / Allegro: High-end tools for dense, high-speed designs with strict signal-integrity requirements.
Common Mistakes in PCB Drawing
Small errors in a drawing can stop production or cause field failures. The most frequent issues include silkscreen overlap with pads, missing fiducial marks for automated assembly, inconsistent net names between schematic and layout, and omitting the board outline layer entirely. Another frequent problem is specifying a fabrication thickness that conflicts with the stackup, which causes impedance mismatches in controlled‑impedance designs. Always run a design rule check before releasing files.
From Drawing to Fabrication
Once the layout is complete, the output is a set of fabrication files. The most common format is Gerber RS‑274X, which encodes each copper layer, solder mask, silkscreen, and drill file separately. Some manufacturers now accept ODB++, which packages all layers and netlist information in a single directory. Alongside the artwork, you should provide a pick-and-place file, a bill of materials, and fabrication notes that call out special requirements such as impedance control, blind vias, or castellated holes.