Numerical Matrix Format
User Reference
EXPORT_GERBER array

MATRIX Array Level: 3

The EXPORT_GERBER array exports any number of gerber files to a folder.

Note
IMPORTANT: When exporting, RELATIVE folder paths are always preferred and much safer.
Fields in the EXPORT_GERBER array
Description
JOB=NAME Assign Job to use. Required. Dynamic Job References are also supported.
FOLDER=LOCATION Path for the exported gerber files. The folder path may be either Absolute or Relative. (IMPORTANT: When exporting, RELATIVE paths are always preferred and much safer).
UNITS=English|Metric Output gerbers with either English (i.e Inch) or Metric units (default: Metric)
DIGITS=INTEGER.DECIMAL Gerber format (default: 3.4)
EXTENSION=NAME Naming extension (default: gbr)
LINEWIDTH=SIZE Default line width in millimeter (default: 0.1)
TEXT_AS_POLYGONS Output text as polygons.

Example: EXPORT_GERBER Array

EXPORT_GERBER {
JOB=mypanel
FOLDER=PanelOutput\
UNITS=ENGLISH
DIGITS=3.5
EXTENSION=pho
}