OTD ACADEMY
Sign in / Sign up
Library

LIBRARYGerbers and the fab package.

Gerbers are the universal files a factory reads to make your board, one per copper, mask, and silk layer. Add the drill, BOM, and placement file and you have the complete fab package.

Gerbers are the universal files a factory reads to build your board, one file per copper, mask, and silk layer. Add the drill file, the bill of materials, and the placement file, and you have the complete package a fab needs. Export those, check them in a viewer, and you are ready to order.

What a gerber is

A gerber file describes one layer of the board as vector shapes: where copper is, where the mask opens, where silk prints. There is one gerber per layer, so a two-layer board has a top copper gerber, a bottom copper gerber, two mask gerbers, two silk gerbers, and a board-outline gerber. Gerber is an ASCII format, human-readable and unambiguous, which is why it has been the fabrication backbone for decades (Ucamco).

The modern format

The current format is Gerber X2, which extends the older RS-274X by embedding attributes: which layer each file is, what a pad's function is, even net names. That metadata lets the fab set up your board with less guesswork. When your tool offers X2, use it; a fab that wants plain RS-274X can still read the copper.

The drill file

Holes are not in the copper gerbers. They ship as a separate drill file, historically in Excellon format, listing every hole's position and diameter. Without it the fab knows your copper but not where to drill, so the drill file is as essential as the gerbers themselves (KiCad).

The rest of the package

Two more files turn a bare board into an assembled one. The bill of materials lists every part by reference designator and part number. The placement file, also called the centroid or pick-and-place, gives each part's position and rotation so an assembly machine can place it. Zip the gerbers, drill, BOM, and placement together, and that archive is what you upload.

The fab package as a labelled set of files: top and bottom copper gerbers, two mask gerbers, two silk gerbers, a board outline, a drill file, a BOM, and a placement file, zipped together.
The complete fab package: one gerber per layer, plus the drill file, the BOM, and the placement file.
Preview before you order

Load your gerbers into a gerber viewer and look at every layer before you send them. A missing ground pour, a silk layer that did not export, a board outline plotted on the wrong layer: all of these are obvious in a viewer and invisible in the raw files. Five minutes here saves a wrong board and a lead time.

Checkpoint

Quick check

What does a single gerber file describe?
Which file tells the fab where the holes go?
The placement (centroid) file is used for what?
0 / 3 correct

One Thousand Drones engineering team · verified 2026-07