Contact Sales & After-Sales Service

Contact & Quotation

  • Inquire: Call 0086-755-23203480, or reach out via the form below/your sales contact to discuss our design, manufacturing, and assembly capabilities.
  • Quote: Email your PCB files to Sales@pcbsync.com (Preferred for large files) or submit online. We will contact you promptly. Please ensure your email is correct.
Drag & Drop Files, Choose Files to Upload You can upload up to 3 files.

Notes:
For PCB fabrication, we require PCB design file in Gerber RS-274X format (most preferred), *.PCB/DDB (Protel, inform your program version) format or *.BRD (Eagle) format. For PCB assembly, we require PCB design file in above mentioned format, drilling file and BOM. Click to download BOM template To avoid file missing, please include all files into one folder and compress it into .zip or .rar format.

How to Create Panelized Gerber Files: Complete Guide to PCB Panel Design

The first time I needed to panelize boards for a production run, I spent hours trying to figure out the best approach. Should I do it in my CAD tool? Use dedicated software? Let the manufacturer handle it? After panelizing hundreds of designs over the years, I’ve learned that understanding the process—even if your fab house handles it—makes communication smoother and results better. This guide walks through everything you need to know about creating panelized Gerber files, from basic concepts to practical step-by-step methods.

What Is PCB Panelization?

PCB panelization is the process of arranging multiple copies of a circuit board (or multiple different designs) into a single larger panel for manufacturing. Instead of fabricating individual boards one at a time, manufacturers process entire panels through their production line, then separate individual boards afterward.

Why Panelize Your PCB Designs?

BenefitExplanation
Reduced manufacturing costMultiple boards fabricated in single production run
Assembly compatibilitySMT pick-and-place machines require panels
Handling efficiencyEasier to transport and process larger panels
Reduced wasteOptimizes material utilization
Consistent qualityAll boards in panel receive identical processing

For prototype quantities, your manufacturer typically handles panelization automatically—they’ll combine your design with other customers’ boards to fill their production panels. For production runs or when you need specific panel configurations, creating your own panelized Gerber files gives you control over the arrangement.

Understanding Panel Components

A properly designed PCB panel includes several elements beyond just the replicated board designs.

Essential Panel Elements

ElementPurposeTypical Dimensions
PCB arrayYour replicated board designsBased on board size
Tooling railsFrame around array for handling5-10mm wide
Fiducial marksAlignment targets for pick-and-place1-2mm diameter, 3 per panel minimum
Tooling holesRegistration and fixturing2-4mm diameter
Breakaway featuresV-scores or mouse bites for separationVaries by method
Panel outlineOverall boundary definitionBased on manufacturer limits

Standard Panel Sizes

Most manufacturers work with standard panel sizes. Designing within these limits avoids additional costs.

Panel SizeCommon Use
100 x 100mmSmall prototype services (JLCPCB, PCBWay)
160 x 100mmStandard prototype panels
250 x 200mmMedium production
305 x 457mm (12″ x 18″)Standard production panel
457 x 610mm (18″ x 24″)Large production panel

Always verify your manufacturer’s supported sizes before designing your panel.

Depanelization Methods: V-Score vs. Mouse Bites

Before creating your panel, you need to decide how individual boards will be separated after assembly. The two primary methods are V-scoring and mouse bites (tab routing).

V-Score (V-Groove) Method

V-scoring creates V-shaped grooves on both sides of the panel along separation lines. A blade cuts approximately one-third of the board thickness from each side, leaving a thin web of material that can be snapped apart.

V-Score CharacteristicDetails
Cut angle30° or 45°
Remaining web0.3-0.5mm typically
Best board thickness0.6-2.0mm
Edge qualityClean, smooth edges
LimitationStraight lines only
DepanelingSpecialized machine or manual snap

When to use V-score:

  • Rectangular boards with straight edges
  • High-volume production
  • When clean board edges matter
  • Boards without edge-mounted components

V-score design rules:

  • Keep copper minimum 0.5mm from score line
  • Keep components minimum 3mm from score line
  • Score lines must run full panel width/height
  • Boards placed edge-to-edge with no gap

Mouse Bites (Tab Routing) Method

Mouse bites use small routed holes along breakaway tabs to create perforated connections between boards and the panel frame. After routing around board outlines, small tabs with drilled holes remain to hold boards in place.

Mouse Bite CharacteristicDetails
Hole diameter0.5-0.6mm typical
Hole spacing0.7-0.8mm center-to-center
Tab width3-5mm
Number of tabs per board3-5 minimum
Edge qualityRough, may need filing
FlexibilityAny board shape

When to use mouse bites:

  • Irregular or curved board shapes
  • Boards with edge-mounted connectors
  • Low-volume production or prototypes
  • When V-score isn’t possible

Mouse bite design rules:

  • Place tabs away from sensitive components
  • Distribute tabs evenly around board perimeter
  • Use minimum 3 tabs for stability
  • Keep routing 0.5mm from copper features
  • Hole tangent to board edge for minimal intrusion

Comparing Depanelization Methods

FactorV-ScoreMouse Bites
Board shapeRectangular onlyAny shape
Edge qualityExcellentRough (needs filing)
Panel strengthHighModerate
Production costLower for volumeLower for prototypes
Separation easeMachine or snapHand breakable
Component clearance3mm from scoreNear tabs only

Many designs use a combination—V-score for straight edges and mouse bites for areas with edge components.

Methods to Create Panelized Gerber Files

You have several options for creating panelized Gerber files, depending on your tools and requirements.

Method 1: Panelize in Your PCB Design Software

Most professional PCB tools include built-in panelization features. This method maintains full design intelligence and allows proper output of all manufacturing files.

Altium Designer Embedded Board Array:

  1. Create a new PcbDoc file for your panel
  2. Place → Embedded Board Array
  3. Select your source PCB file
  4. Configure array dimensions (rows, columns, spacing)
  5. Add tooling rails and features
  6. Generate Gerber files from the panel PcbDoc

KiCad Manual Method:

  1. Open your completed PCB design
  2. File → Append Board to add copies
  3. Arrange boards with appropriate spacing
  4. Add panel outline on Edge.Cuts layer
  5. Add mouse bites or V-score indicators
  6. Plot Gerbers from the combined design

Eagle ULP Script:

  1. Open your PCB in Eagle
  2. Run ULP → panelize.ulp
  3. Configure array parameters
  4. Generate panel layout
  5. Export Gerbers using CAM processor

Method 2: Dedicated Panelization Software

Several standalone tools panelize existing Gerber files without requiring original design files.

GerberPanelizer (Windows):

GerberPanelizer is a free tool that works directly with Gerber files from any CAD system.

Step-by-step process:

  1. Export Gerbers from your CAD tool with proper naming
  2. Rename .gm1 files to .gko (board outline)
  3. Open GerberPanelizer, create new project
  4. Set panel dimensions in Panel Properties
  5. Drag Gerber folder onto the workspace
  6. Use Board Placement → Autopack or arrange manually
  7. Add breakaway tabs using the Breaktabs tool
  8. Verify all boards show green (valid panel)
  9. File → Export Merged Gerbers

KiKit (KiCad Plugin/CLI):

KiKit is a powerful automation tool for KiCad users that handles panelization through command line or scripting.

kikit panelize grid –gridsize 2 2 –space 3 \    –tabwidth 3 –tabheight 3 \    –mousebites 0.5 0.8 0.25 \    input.kicad_pcb panel.kicad_pcb

This creates a 2×2 grid with 3mm spacing and mouse bite tabs.

hm-panelizer (Cross-platform GUI):

A Python-based GUI tool that works with Gerber files from any source.

Requirements:

  • Gerber files with Protel extensions
  • Board outline file (.gm1 or .gko) present
  • Python 3.6+ with kivy, pygame, pycairo

Method 3: Let Your Manufacturer Panelize

For many projects, especially prototypes, letting your manufacturer handle panelization makes sense.

ScenarioRecommendation
Prototype quantities (<50)Let manufacturer panelize
Production with assemblyProvide panel specifications
Multiple different designsCreate your own panel
Specific panel requirementsCreate your own panel
Standard rectangular boardsEither approach works

When letting the manufacturer panelize, provide:

  • Individual board Gerber files
  • Preferred depanelization method
  • Component clearance requirements
  • Any special handling notes

Step-by-Step: Creating a Panelized Gerber Package

Here’s a complete workflow for creating panelized Gerber files using GerberPanelizer.

Step 1: Prepare Your Source Gerbers

Export Gerber files from your CAD tool with these settings:

  • RS-274X format
  • Protel filename extensions (.GTL, .GBL, .GTS, etc.)
  • Include all required layers
  • Include drill files (.DRL or .XLN)
  • Verify board outline is on correct layer

Step 2: Organize Files

Create a dedicated folder for each unique board design:

/project-gerbers/  /board-design-1/    board1.GTL    board1.GBL    board1.GTS    board1.GBS    board1.GTO    board1.GBO    board1.GKO  (rename from .gm1 if needed)    board1.DRL  /board-design-2/    …

Step 3: Configure Panel Parameters

In your panelization tool:

  • Set panel dimensions (e.g., 100 x 100mm)
  • Configure tooling rail width (5-10mm)
  • Set board spacing based on depanelization method
  • Define fiducial mark locations

Step 4: Arrange Boards

Import board designs and arrange them:

  • Use auto-pack for identical boards
  • Manually position for mixed designs
  • Ensure minimum spacing requirements
  • Leave room for tooling rails

Step 5: Add Separation Features

For mouse bites:

  • Add breakaway tabs at board edges
  • Configure hole size and spacing
  • Ensure tab placement doesn’t interfere with components
  • Verify panel shows all boards connected (green status)

For V-score:

  • Add score lines between boards
  • Extend lines to panel edges
  • Note score lines on mechanical layer or separate file

Step 6: Add Tooling Features

Include panel-level features:

  • Fiducial marks (minimum 3, triangular pattern)
  • Tooling holes for fixturing
  • Panel identification text
  • Orientation markers

Step 7: Export and Verify

Export merged Gerber files:

  • All copper layers
  • Solder mask layers
  • Silkscreen layers
  • Board outline (panel outline)
  • Drill file (merged)

Verify output:

  • Open in Gerber viewer (GerbView, ViewMate)
  • Check layer alignment
  • Verify drill positions
  • Confirm panel dimensions
  • Check breakaway tab placement

Read more How to convert PCB Files in different Design software:

Panel Design Best Practices

Following these guidelines ensures your panels manufacture and depanel successfully.

Spacing and Clearance Rules

FeatureMinimum Clearance
Board-to-board (V-score)0mm (edge-to-edge)
Board-to-board (mouse bites)2-3mm routing gap
Copper to V-score line0.5mm
Components to V-score line3mm
Copper to routed edge0.3mm
Tooling rail width5mm minimum

Fiducial Mark Specifications

ParameterSpecification
ShapeCircle
Diameter1-2mm (1mm typical)
Solder mask clearance2-3mm diameter opening
PlacementThree corners minimum
PatternAsymmetric (not perfectly centered)

Panel Documentation

Include with your Gerber package:

  • Panel drawing (PDF) showing dimensions
  • Depanelization method specification
  • Layer stackup if multilayer
  • V-score depth requirements
  • Special handling instructions

Useful Resources for PCB Panelization

Panelization Software Tools

ToolPlatformTypeURL
GerberPanelizerWindowsFree GUIgithub.com/ThisIsNotRocketScience/GerberTools
KiKitCross-platformFree CLI/Plugingithub.com/yaqwsx/KiKit
hm-panelizerCross-platformFree GUIgithub.com/halfmarble/hm-panelizer
CAM350WindowsCommercialdownstreamtech.com
Altium DesignerWindowsCommercial (built-in)altium.com

Gerber Viewers for Verification

ToolPlatformURL
KiCad GerbViewCross-platformkicad.org
GerbvCross-platformgerbv.github.io
ViewMateWindowspentalogix.com
Ucamco Reference ViewerOnlinegerber-viewer.ucamco.com

Manufacturer Panel Guidelines

ManufacturerPanel Info URL
JLCPCBjlcpcb.com/help (search “panel”)
PCBWaypcbway.com/helpcenter
OSH Parkdocs.oshpark.com
Seeed Studioseeedstudio.com/fusion
Eurocircuitseurocircuits.com

Frequently Asked Questions

Should I panelize my boards myself or let the manufacturer do it?

For prototype quantities (under 50 boards), letting your manufacturer panelize is typically easier and often free. They’ll combine your boards with others to fill their production panels efficiently. However, create your own panels when you need specific configurations (like mixed designs), have edge-mounted components requiring careful tab placement, or are ordering production quantities where you want control over the exact panel layout. Always communicate your preferences—even if you don’t provide panel Gerbers, specifying “V-score preferred” or “no tabs near USB connector” helps the manufacturer meet your needs.

What spacing should I use between boards in my panel?

Spacing depends entirely on your depanelization method. For V-score panels, boards can be placed edge-to-edge with zero gap since the score line itself provides the separation. For mouse bite (tab routing) panels, you need 2-3mm minimum between boards to accommodate the routing path and breakaway tabs. If using a combination approach, plan spacing based on the widest requirement. When uncertain, 3mm between all boards works for either method and gives manufacturers flexibility.

Can I mix different PCB designs on one panel?

Yes, but with important constraints. All boards on a panel must share identical specifications: same layer count, same board thickness, same copper weight, same surface finish, and same solder mask color. If any specification differs, the boards cannot share a panel. When mixing designs, you’ll typically create the panel yourself since manufacturers won’t combine different customer designs. This approach works well for related projects—like a main board and its breakout boards—that naturally share specifications.

How do I indicate V-score lines in my Gerber files?

V-score lines should be indicated on a dedicated mechanical layer or the board outline layer, clearly marked as V-score. Draw continuous lines extending from panel edge to panel edge—V-scores cannot stop mid-panel. Include a note in your fabrication drawing or readme file specifying “V-score” with the desired remaining web thickness (typically 0.3-0.4mm or 30% of board thickness). Some manufacturers request a separate V-score layer file; others accept the information on the mechanical/outline layer with documentation. When in doubt, ask your manufacturer their preferred format.

What’s the minimum number of mouse bite tabs needed per board?

Use a minimum of three tabs per board to maintain stability during handling and assembly. For larger boards (over 50mm on any side), add additional tabs—roughly one tab per 50mm of perimeter is a good guideline. Distribute tabs evenly around the board to prevent flexing during assembly processes like wave soldering. Each tab should be 3-5mm wide with 5-8 holes (0.5mm diameter, 0.8mm spacing). Place tabs away from sensitive components and connectors, and ensure tab locations don’t interfere with your enclosure or mounting requirements.

Conclusion

Creating panelized Gerber files transforms your individual PCB designs into manufacturing-ready panel layouts optimized for production. Whether you use your CAD tool’s built-in features, dedicated panelization software, or work directly with your manufacturer, understanding panel design principles—proper spacing, appropriate depanelization methods, tooling features, and verification steps—ensures your boards manufacture successfully.

For prototypes, start simple: let your manufacturer handle panelization and learn from how they configure your panels. As you move toward production, creating your own panels gives you control over board arrangement, tab placement, and tooling features that optimize your specific assembly and handling requirements.

The extra time invested in proper panelization pays dividends in smoother manufacturing, easier assembly, and boards that depanel cleanly without damage. Take the time to verify your panel Gerbers in a viewer before submission, and always communicate your depanelization preferences clearly—your manufacturer and your production yield will thank you.

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Sales & After-Sales Service

Contact & Quotation

  • Inquire: Call 0086-755-23203480, or reach out via the form below/your sales contact to discuss our design, manufacturing, and assembly capabilities.

  • Quote: Email your PCB files to Sales@pcbsync.com (Preferred for large files) or submit online. We will contact you promptly. Please ensure your email is correct.

Drag & Drop Files, Choose Files to Upload You can upload up to 3 files.

Notes:
For PCB fabrication, we require PCB design file in Gerber RS-274X format (most preferred), *.PCB/DDB (Protel, inform your program version) format or *.BRD (Eagle) format. For PCB assembly, we require PCB design file in above mentioned format, drilling file and BOM. Click to download BOM template To avoid file missing, please include all files into one folder and compress it into .zip or .rar format.