Gerber Files
Gerber Files
Gerber Format
Specification
Revision 2017.11
Contents
Contents ...................................................................................................................... 2
Figures......................................................................................................................... 7
Tables 9
Preface....................................................................................................................... 10
1 Introduction .......................................................................................................... 11
1.1 Scope and Target Audience ............................................................................ 11
1.2 Further Resources ........................................................................................... 11
1.3 Reference Gerber Viewer ................................................................................ 11
1.4 Questions ........................................................................................................ 11
1.5 Copyright and Intellectual Property .................................................................. 12
2 Overview ............................................................................................................... 13
2.1 File Structure ................................................................................................... 13
2.2 Apertures ......................................................................................................... 13
2.3 Graphics Objects ............................................................................................. 14
2.4 Operations (D01,D02,D03) .............................................................................. 15
2.5 Draws and Arcs ............................................................................................... 16
2.6 Graphics State................................................................................................. 17
2.7 Polarity ............................................................................................................ 19
2.8 Blocks.............................................................................................................. 20
2.9 Attributes ......................................................................................................... 20
2.10 Command Overview ...................................................................................... 21
2.11 Processing a Gerber File ............................................................................... 22
2.12 Glossary ........................................................................................................ 24
2.13 Example Files ............................................................................................... 27
Example: Two Square Boxes .................................................................. 27
Example: Polarities and Apertures .......................................................... 28
Example: A Drill File ................................................................................ 32
2.14 Conformance ................................................................................................ 35
3 Syntax ................................................................................................................... 36
3.1 Conventions for Syntax Rules.......................................................................... 36
3.2 File Extension, MIME Type and UTI ................................................................ 37
3.3 Character Set .................................................................................................. 38
Copyright Ucamco NV 2
Having a question or remark about the spec? Please contact us at [email protected]
3.4 Data Blocks ..................................................................................................... 38
3.5 Commands ...................................................................................................... 39
Commands Overview ................................................................................ 39
Function Code Commands ....................................................................... 41
Extended Commands ............................................................................... 42
3.6 Data Types ...................................................................................................... 44
Integers..................................................................................................... 44
Decimals ................................................................................................... 44
Coordinate Data ........................................................................................ 44
Hexadecimal ............................................................................................. 44
Names ...................................................................................................... 44
Strings ...................................................................................................... 44
Fields ........................................................................................................ 45
4 Graphics ............................................................................................................... 46
4.1 Format Statement (FS) .................................................................................... 46
Coordinate Format .................................................................................... 46
FS Command............................................................................................ 46
Examples .................................................................................................. 47
4.2 Unit (MO) ......................................................................................................... 48
4.3 Aperture Definition (AD)................................................................................... 49
AD Command ........................................................................................... 49
Zero-size Apertures .................................................................................. 49
Examples .................................................................................................. 50
4.4 Standard Aperture Templates .......................................................................... 51
Overview ................................................................................................... 51
Circle ........................................................................................................ 51
Rectangle.................................................................................................. 53
Obround .................................................................................................... 54
Polygon ..................................................................................................... 55
Transparency of Holes .............................................................................. 56
4.5 Aperture Macro (AM) ....................................................................................... 57
AM Command ........................................................................................... 57
Exposure Modifier ..................................................................................... 59
Rotation Modifier ....................................................................................... 60
Primitives .................................................................................................. 63
Syntax Details ........................................................................................... 73
Examples .................................................................................................. 77
4.6 Block Aperture (AB) ......................................................................................... 81
Overview of block apertures ...................................................................... 81
AB - Aperture Block command .................................................................. 81
Usage of Block Apertures ......................................................................... 82
Example .................................................................................................... 83
4.7 Current Aperture (Dnn) .................................................................................... 85
Copyright Ucamco NV 3
Having a question or remark about the spec? Please contact us at [email protected]
4.8 Operations (D01/D02/D03) .............................................................................. 86
Coordinate Data Syntax ............................................................................ 87
D01 Command .......................................................................................... 88
D02 Command .......................................................................................... 88
D03 Command .......................................................................................... 88
Example .................................................................................................... 89
4.9 Linear Interpolation Mode (G01) ...................................................................... 90
G01 Command ......................................................................................... 90
D01 Command .......................................................................................... 90
4.10 Circular Interpolation (G02/G03) and (G74/G75) ........................................... 91
Circular Arc Overview ............................................................................. 91
G02 Command........................................................................................ 93
G03 Command........................................................................................ 93
G74 Command........................................................................................ 93
G75 Command........................................................................................ 93
D01 Command ........................................................................................ 94
Example: Single Quadrant Mode ............................................................ 95
Example: Multi Quadrant Mode ............................................................... 97
Numerical Instability in Multi Quadrant (G75) Arcs .................................. 98
Using G74 or G75 May Result in a Different Image ............................... 98
4.11 Aperture Transformations (LP, LM, LR, LS) ................................................ 100
Overview ............................................................................................... 100
Load Polarity (LP) ................................................................................. 102
Load Mirroring (LM) .............................................................................. 102
Load Rotation (LR) ................................................................................ 102
Load Scaling (LS) ................................................................................. 103
Examples .............................................................................................. 103
4.12 Region Statement (G36/G37) ...................................................................... 106
Region Overview................................................................................... 106
Valid Contours ...................................................................................... 106
BNF of the region statement ................................................................. 108
Examples .............................................................................................. 109
Power and Ground Planes .................................................................... 126
4.13 Step and Repeat (SR) ................................................................................. 129
4.14 BNF of the SR and AB statements .............................................................. 132
4.15 Comment (G04) .......................................................................................... 133
4.16 End-of-file (M02) ......................................................................................... 134
4.17 Text in the Image ........................................................................................ 135
4.18 Numerical Accuracy in Image Processing and Visualization ........................ 135
Visualization .......................................................................................... 135
Image Processing ................................................................................. 136
Copyright Ucamco NV 5
Having a question or remark about the spec? Please contact us at [email protected]
Mirror Image (MI) .................................................................................... 183
Offset (OF) .............................................................................................. 184
Scale Factor (SF) .................................................................................... 185
7.2 Coordinate Data without Operation Code ...................................................... 186
7.3 Format Specification Options ......................................................................... 187
Zero Omission ........................................................................................ 187
Absolute or Incremental Notation ............................................................ 187
7.4 Using G01/G02/G03 in a data block with D01/D02 ........................................ 188
7.5 Deprecated usage of SR ............................................................................... 189
7.6 Rectangular Hole in Standard Apertures ....................................................... 189
7.7 Painting or Vector-fill ..................................................................................... 191
7.8 Deprecated Terminology ............................................................................... 191
7.9 Standard Gerber (RS-274-D) ......................................................................... 192
9 History................................................................................................................. 194
Copyright Ucamco NV 6
Having a question or remark about the spec? Please contact us at [email protected]
Figures
1. Creating a draw: the aperture is aligned with line ............................................................................................ 16
2. Creating a draw: the aperture is not aligned with line ..................................................................................... 16
3. Superimposing objects with dark and clear polarities ...................................................................................... 19
4. Gerber file processing diagram ........................................................................................................................ 22
5. Example: two square boxes ............................................................................................................................. 27
6. Example: various shapes .................................................................................................................................. 28
7. Example: drill file ............................................................................................................................................. 32
8. Gerber file commands ...................................................................................................................................... 40
9. Circles .............................................................................................................................................................. 52
10. Rectangles ...................................................................................................................................................... 53
11. Obrounds ....................................................................................................................................................... 54
12. Polygons ........................................................................................................................................................ 55
13. Standard (circle) aperture with a hole above a draw...................................................................................... 56
14. Macro aperture with a hole above a draw ..................................................................................................... 59
15. Rotated triangle ............................................................................................................................................ 61
16. Rotation of an aperture macro composed of several primitives ..................................................................... 62
17. Circle primitive ............................................................................................................................................... 64
18. Vector line primitive ...................................................................................................................................... 65
19. Center line primitive ...................................................................................................................................... 66
20. Outline primitive ............................................................................................................................................ 67
21. Polygon primitive ........................................................................................................................................... 69
22. Moir primitive .............................................................................................................................................. 70
23. Thermal primitive .......................................................................................................................................... 72
24. Construction of the Box macro ....................................................................................................................... 79
25. Block aperture example 1 .............................................................................................................................. 84
26. Arc with a non-zero deviation ........................................................................................................................ 92
27. Nonsensical center point................................................................................................................................ 92
28. Circular interpolation example ....................................................................................................................... 95
29. Single quadrant mode example: arcs and draws ............................................................................................ 96
30. Single quadrant mode example: resulting image ........................................................................................... 97
31. Multi quadrant mode example: resulting image ............................................................................................ 98
32. Block flashed in different orientations ......................................................................................................... 105
33. A contour with a cut-in................................................................................................................................. 107
34. Simple contour example: the segments ....................................................................................................... 109
35. Simple contour example: resulting image .................................................................................................... 110
36. Use of D02 to start an new non-overlapping contour ................................................................................... 112
37. Use of D02 to start an new overlapping contour .......................................................................................... 113
38. Use of D02 to start an new non-overlapping contour ................................................................................... 114
39. Use of D02 to start an new overlapping and touching contour..................................................................... 115
40. Resulting image: first object only ................................................................................................................. 116
41. Resulting image: first and second objects .................................................................................................... 117
42. Resulting image: first, second and third objects ........................................................................................... 117
43. Resulting image: all four objects .................................................................................................................. 118
44. Simple cut-in: the segments ......................................................................................................................... 119
45. Simple cut-in: the image .............................................................................................................................. 120
46. Fully coincident segments in contours: two regions ..................................................................................... 121
47. Fully coincident segments in contours: region with hole .............................................................................. 122
48. Valid cut-in: fully coincident segments ......................................................................................................... 123
49. Valid cut-in: resulting image......................................................................................................................... 124
50. Invalid cut-in: overlapping segments............................................................................................................ 125
51. Power and ground planes with cut-ins. ........................................................................................................ 127
52. Power plane with invalid with cut-in. ........................................................................................................... 128
53. Blocks replication with SR command............................................................................................................ 129
Copyright Ucamco NV 7
Having a question or remark about the spec? Please contact us at [email protected]
54. Standard (circle) aperture with a rectangular hole above a draw ................................................................. 190
Copyright Ucamco NV 8
Having a question or remark about the spec? Please contact us at [email protected]
Tables
Graphics state parameters ................................................................................................................................... 17
Relevance of graphics state parameters for operation codes ............................................................................... 18
Command Summary ............................................................................................................................................ 21
Arithmetic operators ........................................................................................................................................... 74
Effect of operation codes depending on graphics state parameters..................................................................... 87
Quadrant modes .................................................................................................................................................. 91
Table with the Standard Attributes .................................................................................................................... 141
.Part file attribute values ................................................................................................................................... 143
.FileFunction attribute values ............................................................................................................................ 147
.FilePolarity attribute values .............................................................................................................................. 148
.AperFunction aperture attribute values............................................................................................................ 159
Reported errors ................................................................................................................................................. 175
Poor/good practices .......................................................................................................................................... 177
Deprecated Gerber Commands .......................................................................................................................... 179
Deprecated graphics state parameters .............................................................................................................. 179
Copyright Ucamco NV 9
Having a question or remark about the spec? Please contact us at [email protected]
Preface
The Gerber file format is the de facto standard for printed circuit board (PCB) design data
transfer. Every PCB design system outputs Gerber files and every PCB fabrication software
inputs them. Implementations are thoroughly field-tested and debugged. Its widespread
availability allows PCB professionals to exchange image, drill and route data securely and
efficiently. It has been called the backbone of the electronics fabrication industry.
The Gerber format at its core is an open ASCII vector format for 2D binary images specifying
copper layers, solder mask, legend, etc. The Gerber file format is simple, compact and
unequivocal. It describes an image with very high precision. It is portable and easy to debug by
its use of printable 7-bit ASCII characters.
Attributes transfer the meta-information needed by fabrication. Attributes are akin to labels
providing information associated with the image or features in it. Examples of metadata
conveyed by attributes are:
The function of the file. Is the file the top solder mask, or the bottom copper layer, etc.?
The function of a pad. Is the flash an SMD pad, or a via pad, or a fiducial, etc.
A set of well-constructed Gerber file precisely defines the PCB image and the function of the
objects, reliably and productively transferring PCB fabrication data from design to fabrication.
The current Gerber formats are RS-274X or Extended Gerber, either X1 or X2. Standard Gerber
or RS-274-D is obsolete and revoked. It was superseded by RS-274X decades ago. Do not use
Standard Gerber any longer.
Although other data formats have appeared they have not displaced Gerber. The reason is
simple. The problems in PCB fabrication data transfer are not so much limitations in the Gerber
format but poor practices and poor implementations. To quote a PCB fabricator: If we would
only receive proper Gerber files, it would be a perfect world. The new formats are more
complex and less transparent to the user. Poor practices and errors in unfamiliar, new and more
complex formats are more damaging than in a well-known, well-tested and simple format. The
industry has not adopted new formats. Gerber remains the standard.
Ucamco continuously clarifies this document based on input from the field and adapts it to
current needs. Ucamco thanks the individuals that help us with comments, criticism and
suggestions. We urge Gerber software developers to monitor these revisions.
The emergence of Gerber as a standard for PCB fabrication data is the result of efforts by many
individuals who developed outstanding software for Gerber files. Without their dedication there
would be no standard format in the electronics fabrication industry. Ucamco thanks these
dedicated individuals.
Karel Tavernier
Managing Director,
Ucamco
Copyright Ucamco NV 10
Having a question or remark about the spec? Please contact us at [email protected]
1 Introduction
1.1 Scope and Target Audience
This document specifies the Gerber file format, an ASCII vector image file format representing a
2D bi-level (binary, having two colors) images. It is intended for developers and users of Gerber
software.
The Gerber format is the de facto standard in the printed circuit board (PCB) industry but it also
used in other industries. A basic knowledge of PCB CAD/CAM is helpful for understanding this
specification.
1.4 Questions
Ucamco strives to make this specification easy to read and unequivocal. If you find a part of this
specification unclear, please ask. Your question will be answered and it will be considered to
improve this document. We are grateful for any suggestion for improvement.
Copyright Ucamco NV 11
Having a question or remark about the spec? Please contact us at [email protected]
The Gerber format includes a set of standard attributes to transfer meta-information in the PCB
industry. We are open to your suggestions for other new generally useful attributes.
We can be reached at [email protected].
Copyright Ucamco NV 12
Having a question or remark about the spec? Please contact us at [email protected]
2 Overview
2.1 File Structure
The Gerber format is a 2D bi-level vector image file format: the image is defined by resolution-
independent graphics objects. A single Gerber file specifies a single image. A Gerber file is
complete: it does not need external files or parameters to be interpreted. One Gerber file
represents one image. One image needs one file only.
A Gerber file is uses printable 7-bit ASCII. It is printable and human readable.
A Gerber file is a stream of commands. The commands create a stream of graphics objects
(see 2.2) that are put on the image plane to create the final image. Other commands add
attributes to structures in the image- attributes are labels defining meta-information.
A Gerber file can be processed in a single pass. Names, parameters and objects must be
defined before they are used.
As an illustration here is a small Gerber file with one command per line. It creates a circle of 1.5
mm in the origin.
%FSLAX2.6Y2.6*%
%MOMM*%
%AD100C,1.5*%
D100*
X0Y0D03*
M02*
2.2 Apertures
An aperture is a 2D plane figure. Apertures are used to create pads or tracks.
The AD (Aperture Define) command creates an aperture based on an aperture template and
parameter values and gives it a unique D code or aperture number for reference later in the
command stream.
There are three kinds of apertures templates: standard apertures and macro apertures:
Standard apertures are pre-defined: the circle (C), rectangle (R), obround (O) and regular
polygon (P) (see 0).
Macro apertures are created with the AM (Aperture Macro) command. Any shape and
parametrization can be created. They are identified by their given name. (See 4.4.6).
Block apertures
Standard apertures can be considered as built-in macro apertures. The example AD command
below creates an aperture with D-code D123. It uses the standard aperture R with parameters
2.5 and 1.5 mm which creates a rectangle of 2.5 by 1.5 mm.
%ADD123R,2.5X1.5
Macros are a powerful and elegant feature of the Gerber format. Apertures of any shape can be
created. A file writer can easily define the apertures needed. A file reader can handle any such
aperture by implementing the small number of macro primitives. This single flexible mechanism
replaces the need for a large - but always insufficient - set of built-in apertures. New apertures
can be created without extending the format.
Copyright Ucamco NV 13
Having a question or remark about the spec? Please contact us at [email protected]
The AB command creates a block aperture from a block and directly assigns a D-code to it (see
2.8).
An aperture has an origin. When an aperture is flashed, its origin is positioned at the
coordinates in the D03 flash command (see 4.1). The origin of a standard aperture is its
geometric center. The origin of a macro aperture is the origin used in the AM command defining
the macro. The origin of a block aperture is the origin used when defining the block.
Copyright Ucamco NV 14
Having a question or remark about the spec? Please contact us at [email protected]
2.4 Operations (D01,D02,D03)
D01, D02 and D03 are the operation codes. An operation is a command containing coordinate
data followed by a single operation code: each operation code is associated with a single
coordinate pair and vice versa. Operations create the graphics objects and/or change the
current point by operating on the coordinate data.
Example:
X100Y100D01*
X200Y200D02*
X300Y-400D03*
Copyright Ucamco NV 15
Having a question or remark about the spec? Please contact us at [email protected]
2.5 Draws and Arcs
A draw object is created by a command with D01 code in linear interpolation mode. The
command results in stroking a straight-line segment with a solid circle or solid rectangle
standard aperture. If stroked with a circle aperture the draw has round endings and its thickness
is equal to the diameter of the circle. The effect of stroking a line segment with a rectangle
aperture is illustrated below.
If the rectangle aperture is aligned with the line being stroked the result is a draw with line
endings which have right angles:
The solid circle and the solid rectangle standard apertures are the only apertures allowed for
creating draw objects. Neither other standard apertures nor any macro apertures can be used to
create a draw, even if their effective shape is circle or a rectangle.
An arc object is created by a command with D01 code in circular interpolation mode. In this
case the command results in stroking an arc segment with a solid circle standard aperture. The
arc has round endings and its thickness is equal to the diameter of the circle. An arc object
cannot be created using a rectangle or any other aperture.
A circle aperture with diameter zero can be used for creating a draw or an arc. It creates
graphics objects without image which can be used to transfer non-image information, e.g. an
outline.
Zero-length draws and arcs are allowed. The resulting image is a replica of the aperture. This is
also the limiting image of a draw/arc when the draw/arc length approaches zero. Thus the
image is what is expected if a small draw/arc is accidentally rounded to a zero-length draw/arc.
Although the image is coincidentally identical to a flash of the same aperture the resulting
graphics object is not a flash but a draw/arc.
Note: Do not use zero-length draws to represent pads as pads must be represented by
flashes.
Copyright Ucamco NV 16
Having a question or remark about the spec? Please contact us at [email protected]
2.6 Graphics State
A Gerber file defines a graphics state after each command. The graphics state is a set of
parameters that determine the effect of the upcoming operation codes (see 2.4). A graphics
state parameter that affects an operation code must be defined before the operation code is
issued.
The most important graphics state parameter is the current point. The current point is a point in
the image plane that is set by any operation D01, D02, D03: after performing an operation the
current point is set to the coordinates in that operation command.
All other graphics state parameters are set explicitly by corresponding commands. Their values
remain constant until explicitly changed.
The table below lists the graphics state parameters. The column Constant or variable indicates
whether a parameter remains fixed during the processing of a file or whether it can be changed.
The column Initial value is the default value at the beginning of each file; if the default is
undefined the parameter value must be explicitly set by a command in the file before it is first
used.
Graphics state Value range Constant or Initial
parameter variable during value
file processing
Coordinate parameters
Coordinate format Coordinate resolution. See the FS command in 4.1 Constant Undefined
Unit Inch or mm. See MO command in 4.2 Constant Undefined
Generation parameters
Current point Point in plane Variable Undefined
Current aperture Used for interpolating and flashing. Variable Undefined
See D01 and D03 commands in 4.8
Interpolation mode Linear, clockwise circular, counterclockwise circular Variable Undefined
See G01, G02 and G03 commands in 4.9 and 4.10
Quadrant mode Single-, multi-quadrant. See G74 and G75 in 4.10 Variable Undefined
Aperture transformation parameters
The graphics state determines the effect of an operation. If a parameter is undefined when it is
required to perform an operation the Gerber file is invalid. If a graphics state parameter is not
needed then it can remain undefined. For example, if the interpolation mode has been set by
G02 or G03 code command (circular interpolation) the quadrant mode is required to perform a
D01 code operation and thus must be defined; if the interpolation mode has been set by G01
code command (linear interpolation) then the quadrant mode is not needed and may remain
undefined.
The relevance of the graphics state parameters for the operations is represented in the table
below.
Copyright Ucamco NV 17
Having a question or remark about the spec? Please contact us at [email protected]
Graphics state Operation codes
parameter
D01 D02 D03
If a table cell contains Yes it means the graphics state parameter is relevant for the
corresponding operation. Thus the graphics state parameter must be defined before the
operation code is used in the file. If the parameter does not have an automatically assigned
initial value it must be explicitly set by the corresponding command.
Copyright Ucamco NV 18
Having a question or remark about the spec? Please contact us at [email protected]
2.7 Polarity
The final image of the Gerber file is created by superimposing the objects in the order of their
creation. Objects have a polarity, either clear or dark. Objects can overlap. A dark polarity object
darkens its image in the plane. A clear polarity object clears its image in all objects beneath it
(generated before). Subsequent dark objects may again darken the cleared area. See
illustration below. Another example is in 4.12.2.7.
Image plane Graphics objects
Dark polarity
Copyright Ucamco NV 19
Having a question or remark about the spec? Please contact us at [email protected]
2.8 Blocks
A block is a substream of graphics objects that can be added one or more times to the final
graphics objects stream. Blocks can be mirrored, rotated, scaled, shifted and its polarity can be
toggled. By using blocks sub-images that occur multiple times must only be defined once, thus
slashing file size, boosting processing speed and preserving the information that these sub-
images are identical.
A block is not a macro of commands called repeatedly in the command stream. The command
stream is processed sequentially, in one pass, without procedure or macro calls. Gerber is not a
programming language.
Blocks can contain objects with different polarities (LPD and LPC). Blocks can overlap.
Once a block is added to the graphics objects stream its objects becomes part of the overall
stream. The effect of these objects does not depend on whether they were part of a block or not.
Only their order is important. A clear object in a block clears all objects beneath it, not only the
objects not contained in the block.
There are two commands to create a block: SR and AB. They open and close block statements,
a sequence of commands that define blocks. A block statement can contain other block
statements.
Warning: It is recommended to avoid overlapping blocks containing both clear and dark
polarity objects. The order in which they are added to the object stream may affect the final image;
that order is not always correctly implemented in Gerber readers. Overlapping blocks containing
only dark objects are safe to use as the order does not affect the image.
2.9 Attributes
Attributes add meta-information to a Gerber file. These are akin to labels providing additional
information about the file or features within. Examples of such meta-information are:
The function of the file: is it the top solder mask, or the bottom copper layer etc.
The function of a pad: is the pad an component pad, or a via pad, or a fiducial, etc.
Example:
This command defines an attribute indicating the file represents the top solder mask.
%TF.FileFunction,Soldermask,Top*%
Attributes do not affect the image. A Gerber reader will generate the correct image even if it
ignores the attributes.
Attributes can be attached to apertures, objects or to the file as a whole.
The attribute syntax provides a flexible and standardized way to add meta-information to the
images, independent of the specific semantics or application.
Attributes are needed when PCB data is transferred from design to fabrication. The PCB
fabricator needs more than just the image: for example, he needs to know what are the via pads
to manufacture the solder mask. The attributes transfer the design intent from CAD to CAM in
an unequivocal and standardized manner. This is sometimes rather grandly called adding
intelligence to the image. Without these attributes the fabricator must reverse engineer the
design intent of the features in the file, which is a time-consuming and error-prone process.
Attributes are described in detail in the chapter 5.
Copyright Ucamco NV 20
Having a question or remark about the spec? Please contact us at [email protected]
2.10 Command Overview
TA Attribute aperture. Add an aperture attribute to the dictionary or modify it. 5.3
TO Attribute object. Add an object attribute to the dictionary or modify it. 5.4
Command Summary
Copyright Ucamco NV 21
Having a question or remark about the spec? Please contact us at [email protected]
2.11 Processing a Gerber File
The image below illustrates how a Gerber file is processed.
AM command AD command
Graphics
Stream of object
commands Graphics state
Syntax parser Image plane
Stream of
graphics objects
Commands processor
M02 command
Gerber file
Legend
A B A processes B
A B A affects B
Copyright Ucamco NV 22
Having a question or remark about the spec? Please contact us at [email protected]
A Gerber file is the input for the syntax parser. The parser reads the file and produces the
stream of commands for the commands processor. The commands processor is responsible for
handling the stream of commands and as the result it generates the stream of graphics objects.
All the created objects are superimposed on the image plane in order of their creation.
An important part of the commands processor is the graphics state. This is the internal object
manipulated by the processor itself. The processor executes the commands which explicitly or
implicitly change the graphics state (see 2.6). The graphics state holds the set of parameters
which influence the operation codes (see 2.4) and thus define the resulting graphics objects.
The AM command (see 0) results in creating a macro aperture template (see 2.2). The template
is generated by the commands processor and added to the aperture templates dictionary. The
dictionary is responsible for holding all the templates available for an aperture instantiation. This
includes standard (built-in) aperture templates (see 0) which are automatically added to the
dictionary before file processing is started, as well as macro aperture templates specified by AM
commands in the file being processed. The templates are then used by AD command for
instantiating apertures this is how the aperture templates dictionary affects the apertures
dictionary.
When the commands processor executes an AD command (see 4.3) it creates an aperture that
is added into the apertures dictionary. The aperture is created using an aperture template from
the templates dictionary.
The graphics state has the current aperture parameter that is manipulated by Dnn command
(see 4.7). When the processor executes a Dnn command a referenced aperture from apertures
dictionary is set as the current aperture.
The graphics state also affects the generation of aperture templates and apertures: the
templates and apertures depend on coordinate format and unit graphics state parameters
(see 2.6).
The graphics object stream is without state. Objects are superimposed as they are, in their
order of appearance.
After processing the M02 command (see 4.15) the processor interrupts the syntax parser and
stops the graphics objects generation.
The image from above illustrates the processing of a Gerber file without attributes.
Copyright Ucamco NV 23
Having a question or remark about the spec? Please contact us at [email protected]
2.12 Glossary
Aperture: A 2D shape that is used for stroking or flashing. (The name is historic; vector
photoplotters exposed images on lithographic film by shining light through an opening,
called aperture.)
Aperture macro: The content of an Aperture Macro (AM) command. Defines a custom
aperture template by combining built-in primitives.
Aperture template: A template is used to create the specific apertures used in the file.
The AD command defines the parameters to instantiate the template to a defined
aperture. There are three types of templates: standard or built-in apertures, macro
apertures and block apertures.
Aperture templates dictionary: The object that holds all the defined aperture
templates during the processing of a Gerber file.
Apertures dictionary: The object that holds all the defined apertures during the
processing of a Gerber file.
Arc: A graphics object created by a D01 command in a circular interpolation mode.
Attribute: Metadata that is attached to the file as a whole or to objects in it; it provides
extra information without affecting the image.
Attributes dictionary: The object that holds all the current attributes during the
processing of a Gerber file.
Bi-level image: A two-dimensional (2D) image represented by two colors, usually
black and white.
Block: A substream of graphics objects that can be added to the final objects stream.
Circular interpolation: Creating a circular segment (circular arc) that is either an arc
graphics object or used as a circular contour segment.
Clear: Clearing or erasing part of the image in the image plane. When a graphics
object with clear polarity is added to the stream it erases its shape from any image that
was already there.
Command: Commands are the basic unit of a Gerber file. Commands create graphics
objects, define apertures, manage attributes, modify the graphics state and so on. For
historic reasons, there are two syntax styles for commands: function code commands
and extended commands.
Command code: A code that identifies the command.
Contour: A closed a sequence of connected linear or circular segments. Contours are
used to create regions or outline primitives in macro apertures.
Coordinate data: A number whose interpretation is determined by the FS command. It
is used to specify the X and Y coordinates of a point in the image plane or a a distance
or offset in the X and Y direction.
Coordinate format: The specification of how to convert coordinate data to
coordinates. It is file-dependent and is defined by an FS command.
Copyright Ucamco NV 24
Having a question or remark about the spec? Please contact us at [email protected]
Current aperture: The graphics state parameter that specifies the last aperture
selected by a Dnn command. The current aperture is always used to create flashes,
draws and arcs.
Current point: The graphics state parameter that specifies the point in the plane used
as a begin point of a circular or linear interpolation or as the location flash.
Darken: Darken the shape of a graphics object on the image plane; this happens when
a graphics object with dark polarity added to the image.
Data block: The low level syntactical element of a Gerber file that is represented by a
sequence of characters ending with * character. Data blocks are used to build
commands. Many commands consist of a single data block.
Draw: A graphics object created by D01 code command in linear interpolation mode.
Extended commands: Commands enclosed in a pair of % characters.
File image: The bi-level image that is the visual representation of a Gerber file. It is
created by superimposing the graphics objects in the plane.
Flash: A graphics object created by D03 code command. This command replicates
(flashes) the current aperture; an arc or draw that is the result of a zero length stroking
is not flash, although it is also a graphics object with the shape of the current aperture.
Function code commands: Commands consisting of a single data block containing a
function code. A function code is a letter D, G or M followed by a code number.
Gerber file: A file in the Gerber format.
Gerber format: The vector image file format defined by the current specification and
used for representing a bi-level image.
Graphics object: A graphics object is a 2D object with a shape, a size, a position in
the plane and a polarity (dark or clear). It is of one of the following types: flash, draw,
arc or region. The file image is created by superimposing graphics objects on the
image plane. Attributes can optionally be attached to a graphics object.
Graphics state: The set of parameters that at each moment determine how the
operation codes create graphics objects. For example, it determines whether a D01
operation code creates a draw or an arc.
Header: The part of the file from the file beginning to the point where the first operation
code is encountered. The header typically holds the definitions of file attributes,
aperture definitions, scale and unit.
Image plane: The 2D plane in which the image defined by the file is created.
Interpolation mode: The graphics state parameter defining the current interpolation
mode. See linear and circular interpolation.
Linear interpolation: Creating a straight segment that is either converted to a draw
graphics object or used as a linear contour segment.
Macro aperture: An aperture template defined using AM command.
Multi quadrant mode: A mode defining how circular interpolation is performed. In this
mode a circular arc is allowed to extend over more than 90. If the start point of the arc
is equal to the end point the arc is a full circle of 360.
Copyright Ucamco NV 25
Having a question or remark about the spec? Please contact us at [email protected]
Operation: A command containing one of the operation codes D01, D02 or D03 and
coordinate data. The operation code defines the type of the operation that is performed
using the coordinate data. Operations may create graphics objects, create contours,
and change the current point of the graphics state.
Polarity: A graphics state parameter that can take the value dark or clear. It
determines the polarity of the graphics objects generated. Dark means that the object
marks the image plane in dark and clear means that the object clears or erases
everything underneath it. See also Darken and Clear.
Quadrant mode: The graphics state parameter defining the current quadrant mode.
See multi quadrant mode and single quadrant mode.
Region: A graphics object with an arbitrary shape defined by its contour.
Region statement: The statement creates a region by defining its contour.
Resolution: The distance expressed by the least significant digit of coordinate data.
Thus the resolution is the step size of the grid on which all coordinates are defined.
Single quadrant mode: A mode defining how circular interpolation is performed. In
this mode a circular arc cannot extend over more than 90. If the start point of the arc is
equal to the end point, the arc has length zero, i.e. covers 0.
Standard aperture: A built-in aperture template.
Standard attribute: A built-in attribute with a pre-defined semantics. See also user
attribute.
Statement: A coherent sequence of commands delimited by an open and close
command defining a higher-level structure (block or region).
Step and repeat: A method by which replications of an accumulated block are made to
produce multiple copies of a set of graphics objects.
Stroke: To create a draw or an arc graphics object using the current aperture.
Track: Either a draw or an arc. Typically used for a conductive track on a PCB.
Unit: The measurement unit mm or inch used to interpret the coordinate data. The
effective unit is stored as the value of the corresponding graphics state parameter.
User attribute: A third-party defined attribute to extend the format with proprietary
meta-information.
Copyright Ucamco NV 26
Having a question or remark about the spec? Please contact us at [email protected]
2.13 Example Files
These annotated sample files illustrate the use of the elements of the Gerber file format. They
will give you a feel for the Gerber file format if it is new to you and thus will make the formal
specification easier to read.
Syntax Comments
%TF.Part,Other,example*% Attribute: the file does not describe a PCB part - it is just an example
%LPD*% , Set the polarity to dark
%ADD10C,0.010*% Define aperture with D-code 10 as a 0.01 mm circle
Copyright Ucamco NV 27
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
Copyright Ucamco NV 28
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
Copyright Ucamco NV 29
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
Copyright Ucamco NV 30
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
X3750000Y1000000I250000J0D01* Create arc using the current aperture D10. This creates a
complete circle
D16* Set the current aperture: use aperture with D-code 16
X3400000Y1000000D03* Create flash using the current aperture D16
X3500000Y900000D03* Create flash using the current aperture D16 again
D10* Set the current aperture: use aperture with D-code 10
G36* Start a region statement
X500000Y2000000D02* Set the current point to (0.5, 2.0)
G01* Set linear interpolation mode
Y3750000D01* Create linear segment of the contour
X3750000D01* Create linear segment of the contour
Y2000000D01* Create linear segment of the contour
X500000D01* Create linear segment of the contour
G37* Close the region statement
This creates the region by filling the created contour
D18* Set the current aperture: use aperture with D-code 18
X0Y3875000D03* Create flash using the current aperture D18
X3875000Y3875000D03* Create flash using the current aperture D18
%LPC*% Set the polarity to clear
G36* Start the region statement
X1000000Y2500000D02* Set the current point to (1.0, 2.5)
Y3000000D01* Create linear segment
G74* Set single quadrant mode
G02* Set clockwise circular interpolation mode
X1250000Y3250000I250000J0D01* Create clockwise circular segment with radius 0.25
G01* Set linear interpolation mode
X3000000D01* Create linear segment
G75* Set multi quadrant mode
G02* Set clockwise circular interpolation mode
X3000000Y2500000I0J-375000D01* Create clockwise circular segment with radius 0.375
G01* Set linear interpolation mode
X1000000D01* Create linear segment
Copyright Ucamco NV 31
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
Copyright Ucamco NV 32
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
Copyright Ucamco NV 33
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
Note: One might be surprised to see drill files represented as Gerber files. Gerber is
indeed not suited to drive drilling machines, but it is the best format to convey drill information
Copyright Ucamco NV 34
Having a question or remark about the spec? Please contact us at [email protected]
from design to fabrication. After all, it defines where material must be removed, and this is
image information that Gerber files describe perfectly. For more information, see 5.6.2.
2.14 Conformance
If the interpretation of a construct is not specified or not obvious the construct is invalid. A file
violating any requirement of the specification or containing any invalid part is wholly invalid. An
invalid Gerber file is meaningless and does not represent an image.
A conforming Gerber file writer must write files according to this specification. A current
conforming Gerber file writer cannot use deprecated constructs. A writer is not required to
consider limitations or errors in particular readers. The writer may assume that a valid file will be
processed correctly.
A Gerber file reader must render a valid Gerber file according to this specification. A current
reader may support some or all deprecated format elements as they can be present in legacy
files. To prepare for future extensions of the format, a Gerber file reader must give a warning
when encountering an unknown command or macro primitive; it must then continue processing
ignoring the unknown construct. Otherwise there is no mandatory behavior on reading an invalid
Gerber file. It is not mandatory to report any other errors this would impose an unreasonable
burden on readers and may result in useless messages in some applications. It allowed to
generate an image on an invalid file, e.g. as a diagnostic help or to reverse engineer the
intended image by reading between the lines; however, as an invalid Gerber file is
meaningless, it cannot be stated interpretation of the file is valid and another invalid. A reader
must also give a warning when it processes a file exceeding its implementation limits.
The responsibilities are obvious and plain. Writers must write valid and numerically robust files
and readers must process such files correctly. Writers are not responsible to navigate around
problems in the readers, nor are readers responsible to solve problems in the writers. Keep in
mind Postels rule: Be conservative in what you send, be liberal in what you accept.
Standard Gerber (RS-274-D) is obsolete and therefore non-conforming. The responsibility for
misunderstandings of its non-standardized wheel file rests solely with the party that decided to
use Standard Gerber rather than Extended Gerber. See 7.8.
This document is the sole specification of the Gerber format. Gerber viewers, however useful,
are not the reference and do not overrule this document.
Copyright Ucamco NV 35
Having a question or remark about the spec? Please contact us at [email protected]
3 Syntax
3.1 Conventions for Syntax Rules
Syntax rules are written with bold font, e.g. <Elements set> = {<Elements>}
Optional items enclosed in square brackets, e.g. [<Optional element>]
Items repeating zero or more times are enclosed in braces, e.g. <Elements set> =
<Element>{<Element>}
Alternative choices are separated by the | character, e.g. <Option A>|<Option B>
Grouped items are enclosed in regular parentheses, e.g. (A|B)(C|D)
Examples of Gerber file content are written with mono-spaced font, e.g. X0Y0D02*
Copyright Ucamco NV 36
Having a question or remark about the spec? Please contact us at [email protected]
3.2 File Extension, MIME Type and UTI
The Gerber Format has a standard file name extension, a registered mime type and a UTI
definition.
Standard file extension: .gbr or .GBR
Mime type: application/vnd.gerber
(see http://www.iana.org/assignments/media-types/application/vnd.gerber)
Mac OS X UTI:
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>com.ucamco.gerber.image</string>
<key>UTTypeReferenceURL</key>
<string>http://www.ucamco.com/gerber</string>
<key>UTTypeDescription</key>
<string>Gerber image</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.plain-text</string>
<string>public.image</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>gbr</string>
</array>
<key>public.mime-type</key>
<string>application/vnd.gerber</string>
</dict>
</dict>
</array>
Copyright Ucamco NV 37
Having a question or remark about the spec? Please contact us at [email protected]
3.3 Character Set
A Gerber file is expressed in the 7-bit ASCII codes 32 to 126 (i.e. the printable characters in
ANSI X3.4-1986) plus codes 10 (LF, Line Feed) and 13 (CR, Carriage Return). No other
characters are allowed. Gerber files are therefore printable and human readable.
The line separators CR and LF have no effect, they can be ignored when processing the file.
They are used to improve human readability.
Space characters can only be used inside strings (see 3.6.6).
Gerber files are case-sensitive. Command codes must be in upper case.
Example:
X0Y0D02*
G01*
X50000Y0D01*
AMDonut*
1,1,$1,$2,$3*
$4=$1x0.75*
1,0,$4,$2,$3*
Tip: One of the strengths of the Gerber format is its human readability. Use line breaks to
enhance readability; put one command per line; avoid lines longer than a page width. Do not put
a needless line separator within a data block, except after a comma separator in long data
blocks.
Copyright Ucamco NV 38
Having a question or remark about the spec? Please contact us at [email protected]
3.5 Commands
Commands Overview
Commands are higher level semantic elements of a Gerber file. Commands define the graphics
state, create graphics objects, defe apertures, manage attributes and so on. A Gerber file
consists of a stream of commands. There is no limitation on the number of commands.
For historic reasons, there are two command syntax styles: function code commands and
extended commands. The difference between them is that each extended command must be
included into a separate pair of % characters.
Command syntax:
<Command> = <Function code command>|<Extended command>
<Function code command> = <Data block>
<Extended command> = %<Data block>{<Data block>}%
All extended command except the AM consist of a single data block.
The commands can be divided into groups as in the image below.
Copyright Ucamco NV 39
Having a question or remark about the spec? Please contact us at [email protected]
Commands
'Interpolation mode'
Operations: D01, Aperture commands:
commands: G01,
D02, D03 codes AD, AM codes
G02, G03 codes
'Region mode'
Select aperture' 'Step & Repeat'
commands: G36,
command: Dnn code command: SR code
G37 codes
Copyright Ucamco NV 40
Having a question or remark about the spec? Please contact us at [email protected]
The example below shows the stream of Gerber file commands of different types.
Example:
G04 Beginning of the file*
%FSLAX25Y25*%
%MOIN*%
%LPD*%
%ADD10C,0.000070*%
X123500Y001250D02*
M02*
Example:
X100Y125D1*
X100Y125D01*
X100Y125D0001*
G002*
G0000074*
The conventional representation of a code number contains exactly two digits, so if the number
is less than 10, it is padded with one leading zero. This representation is used everywhere in the
specification.
Example:
X100Y125D01*
X100Y125D02*
G01*
G74*
The codes D01, D02, D03 have a special function and are called operation codes. They are
used together with coordinate data to form commands called operations.
In the example below the command consists of a single data block with D01 function code
together with a coordinate pair and offset in X and Y.
Example:
X0Y100I-400J100D01*
Each operation must end with one and only one operation code. The operation code defines
how the preceding coordinate data is used.
Copyright Ucamco NV 41
Having a question or remark about the spec? Please contact us at [email protected]
In the next example there are two operations. The first operation sets the current point to (300,
200). The second operation creates a graphics object (arc or draw, depending on the
interpolation mode) from the current point to the end point (1100, 200).
Example:
X300Y200D02*
X1100Y200D01*
Operations are described in detail in chapter 4.1. Other function code commands are described
in chapters from 4.7 to 4.15.
Extended Commands
Extended commands are responsible for setting graphics state parameters, defining macro
aperture templates and instantiating apertures, manipulating attributes.
Extended commands affecting the entire image must be placed in the header of the file. Other
extended commands are placed at the appropriate location.
An extended command consists of a two-character command code followed by command data.
The command code identifies the command. The structure and meaning of the command data
depends on the command code.
An extended command is enclosed into a separate pair of delimiter % characters. Usually a
command consists of a single data block ending with a *. The AM command however can
include more than one data block.
The % must immediately follow the * of the last data block without intervening line separators.
This is an exception to the general rule that a data block can be followed by a line separator.
Example:
%FSLAX24Y24*%
%AMDONUTFIX*1,1,0.100,0,0*1,0,0.080,0,0*%
There can be only one extended command between each pair of % delimiters. It is allowed to
put line separators between data blocks of a single command.
The following example is an AM function code command built of three data blocks.
Example:
%AMDONUTFIX*
1,1,0.100,0,0*
1,0,0.080,0,0*%
Tip: For readability it is recommended to put one data block per line in the AM command.
The syntax for an individual extended command is:
<Command> = <Command code><Command data>*{<Additional command data>*}
Syntax Comments
Copyright Ucamco NV 42
Having a question or remark about the spec? Please contact us at [email protected]
Command code 2-character code (AD, AM, FS, etc)
Additional command data Additional command data in the extra data blocks (used
for AM command only)
Copyright Ucamco NV 43
Having a question or remark about the spec? Please contact us at [email protected]
3.6 Data Types
Integers
Integers are a sequence of one or more digits optionally preceded by a + or - sign. They must
fit in a 32 bit signed integer.
Decimals
Decimals are a sequence of one or more digits with an optional decimal point optionally
preceded by a + or a - sign. They must fit in an IEEE double.
Coordinate Data
Coordinate data are integers conforming to the rules set by the FS command. See 4.1.1.
Coordinate data are used to express coordinates.
Hexadecimal
A hexadecimal value is a sequence of characters that matches the regular expression:
[a-fA-F0-9]+
The letters in a hexadecimal value can be upper case or lower case characters; 'A9' and 'a9'
represent the same value.
Names
Names consist of upper or lower case letters, underscores (_), dots (.), a dollar sign ($) and
digits. The first character cannot be a digit.
Name = [a-zA-Z_.$]{[a-zA-Z_.0-9]+}
Names can be maximally 127 characters long.
Names are case-sensitive: Name name
Names beginning with a dot . are reserved for standard names defined in the specification.
User defined names cannot begin with a dot.
The scope of a name starts at its definition and runs till the end of the file.
Note: The variable names within macros follow their own rules.
Strings
Strings are made up of all valid characters except the reserved characters CR, LF, % and *.
String = [a-zA-Z0-9_+-/!?<>(){}.\|&@# ,;$:=]+
Strings can be maximally 65,535 characters long (65,535 fits in an unsigned int 16).
Strings are case-sensitive: String string
Any character with a Unicode code lower than 65,536 can be included in a string by specifying
the Unicode character code in hexadecimal in the Unicode escape sequence:
Copyright Ucamco NV 44
Having a question or remark about the spec? Please contact us at [email protected]
\uXXXX
The four characters XXXX are a hexadecimal number (see 3.6.4) indicating the code of the
Unicode character represented by the escape sequence. For example, \u00a9 represents the
copyright symbol.
Unicode escape sequence must be six characters long. It means there must be exactly four
characters following \u. If the character code contains less hexadecimal digits, it must be
padded with leading zeros.
A hexadecimal number syntax allows upper case and lower case letters so both '\u00A9' and
'\u00a9' are allowed and represent the same character.
The Unicode escape sequence syntax conforms to the regular expression:
\\u[a-fA-F0-9]{4}
A literal backslash character \ inside a string shall be represented using the backslash
character code as \u005c, otherwise, if \ character and 5 next characters conform to the regular
expression \\u[a-fA-F0-9]{4}, the whole sequence will be interpreted as the Unicode
escape sequence.
For the string length the Unicode escape sequence is counted as one character.
Note: The Unicode escape sequences can be used only inside strings.
Fields
The fields follow the string syntax in section 3.6.6 with the additional restriction that a field must
not contain commas. Fields are intended to represent comma-separated items in strings. If a
field must contain a comma it can be represented by the Unicode above.
Copyright Ucamco NV 45
Having a question or remark about the spec? Please contact us at [email protected]
4 Graphics
4.1 Format Statement (FS)
Coordinate values are expressed as absolute coordinates.
The FS (Format Specification) command specifies the format of the coordinate data. It is
mandatory and must be used only once at the beginning of a file, before the first use of
coordinate data. It is recommended to put the FS command at the very first non-comment line.
Coordinate data in a Gerber file is represented by a sequence of digits without any separator
between integer and decimal parts of the number. The integer and decimal parts are specified
by their lengths in coordinate data. The FS command defines the lengths of the integer and
decimal parts for all coordinate data in the file.
Coordinate Format
The coordinate format specifies the number of integer and decimal places in coordinate data.
For example, the 24 format specifies 2 integer and 4 decimal places. The number of decimal
places must be 4, 5 or 6. The number of integer places must be not more than 6. Thus the
longest representable coordinate data is nnnnnn.nnnnnn. The same format must be defined for
X and Y. Signs in coordinates are allowed; the + sign is optional.
The unit in which the coordinates are expressed is set by the MO command (see 4.2).
The resolution of a Gerber file is the distance expressed by the least significant digit of
coordinate data. Thus the resolution is the size of grid steps of the coordinates.
Coordinate numbers are integers. Explicit decimal points are not allowed.
Coordinate data must have at least one character. Zero therefore must be encoded as 0.
Note: A few files have 7 decimal digits. Although this is invalid the meaning is clear. It is
advisable for readers to handle 7 or more digits. However, writers must not normally generate
more than 6 digits; if more digits would be necessary for a particular application, it must be
checked that the reader can handle such files.
Warning: Using less than 4 decimal places is deprecated. For professional PCB production
data 6 decimal places in inch and 5 or 6 decimal places in mm must be used. A lower number
can lose vital precision.
If the FS command defines N places for integer part and M for decimal part the maximum
allowed length of coordinate data is N+M. To interpret the coordinate string, it is first padded
with zeros in front until its length is equal to N+M. And then first N digits are interpreted as the
integer part, and remaining M digits are interpreted as the decimal part.
For example, with the 24 coordinate format, 015 is padded to 000015 and therefore
represents 0.0015.
FS Command
The syntax for the FS command is:
<FS command> = FSLAX<Format>Y<Format>*
Copyright Ucamco NV 46
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
Examples
Syntax Comments
%FSLAX25Y25*% Coordinates has 2 integer and 5 decimal positions for both axes.
Copyright Ucamco NV 47
Having a question or remark about the spec? Please contact us at [email protected]
4.2 Unit (MO)
The MO (Mode) command sets the units used for coordinates and for parameters or modifiers
indicating sizes or coordinates. The units can be either inches or millimeters. This command is
mandatory and must be used only once at the beginning of a file, before the first use of
coordinate data. Normally MO command follows immediately after FS command (see 4.1).
Note: The FS command sets the format (i.e. number of integer and decimal positions) of
the coordinate datas.
The syntax for the MO command is:
<MO command> = MO(IN|MM)*
Syntax Comments
MO MO for Mode
Examples:
Syntax Comments
%MOIN*% Dimensions are expressed in inches
%MOMM*% Dimensions are expressed in millimeters
Copyright Ucamco NV 48
Having a question or remark about the spec? Please contact us at [email protected]
4.3 Aperture Definition (AD)
AD Command
The AD command creates an aperture and puts it the apertures dictionary. It starts with AD
letters, followed by
D letter and D-code number (or aperture number)
the aperture template name
optional modifiers
The D-code identifies the aperture. The Dnn command uses the D-code to select it as the
current aperture (see 4.7).
The AD command must precede the first use of the D-code. It is recommended to put all AD
commands in the file header.
The allowed range of D-code is from 10 up to 2.147.483.647 (max int 32). The D-codes 0 to 9
are reserved and cannot be used for apertures. Once a D-code number is assigned it cannot be
re-assigned thus apertures are uniquely identified by their D-code.
The syntax for the AD command is as follows:
<AD command> = ADD<D-code number><Aperture name>[,<Modifiers set>]*
<Modifiers set> = <Modifier>{X<Modifier>}
Syntax Comments
The AD command uses the name to find the referenced aperture template in the aperture
templates dictionary (see 0).
The required modifiers in <Modifiers set> depend on the <Aperture name>. Modifiers are
separated by the upper case X character. All sizes are decimal numbers, units follow the MO
command; the FS command has no effect.
Example:
%ADD10C,.025*%
%ADD10C,0.5X0.25*%
Zero-size Apertures
As a general rule, apertures with size zero are not valid, and so are objects created with them.
There is one exception. The C (circular) standard aperture with zero diameter is allowed, and so
are objects created with it. Attributes can be attached to them. For the avoidance of doubt, it is
the C aperture only where zero-size that can be valid, not another aperture whose shape
fortuitously happens to be circular.
Copyright Ucamco NV 49
Having a question or remark about the spec? Please contact us at [email protected]
Zero-size objects do not affect the image. They can be used to provide meta-information to
locations in the image plane.
Allowed does not mean recommended, quite in the contrary. If you are tempted to use a zero-
size circle, consider whether it is useful, or if there is no proper way to convey the intended
information. The goal is not to have zero-size apertures. (Of course, do not simply replace zero-
size by a positive size when there is no object just to avoid zero size; this would falsify the
image.)
Do not abuse a zero-object to indicate the absence of an object, e.g. by flashing a zero-size
aperture to indicate the absence of a flash. Needless zero-objects are just confusing as they
direct the reader to look for meta-information that is not there. If there is nothing, put nothing.
Examples
Syntax Comments
Copyright Ucamco NV 50
Having a question or remark about the spec? Please contact us at [email protected]
4.4 Standard Aperture Templates
Overview
Circle
The syntax of the circle standard aperture template:
C,<Diameter>[X<Hole diameter>]
Syntax Comments
<Hole diameter> Diameter of a round hole. A decimal >0. If omitted the aperture
is solid.
See also section 4.4.6.
Examples:
%ADD10C,0.5*%
%ADD10C,0.5X0.25*%
Copyright Ucamco NV 51
Having a question or remark about the spec? Please contact us at [email protected]
9. Circles
Copyright Ucamco NV 52
Having a question or remark about the spec? Please contact us at [email protected]
Rectangle
The syntax of the rectangle or square standard aperture template:
R,<X size>X<Y size>[X<Hole diameter>]
Syntax Comments
<Hole diameter> Diameter of a round hole. A decimal >0. If omitted the aperture is
solid.
See also section 4.4.6.
Examples:
%ADD22R,0.044X0.025*%
%ADD23R,0.044X0.025X0.019*%
10. Rectangles
Copyright Ucamco NV 53
Having a question or remark about the spec? Please contact us at [email protected]
Obround
Obround (oval) is a shape consisting of two semicircles connected by parallel lines tangent to
their endpoints. It can be viewed as a rectangle where the smallest side is rounded to a half-
circle. The syntax of the obround standard aperture template:
O,<X size>X<Y size>[X<Hole diameter>]
Syntax Comments
<Hole diameter> Diameter of a round hole. A decimal >0. If omitted the aperture is
solid.
See also section 4.4.6.
Example:
%ADD22O,0.046X0.026*%
%ADD22O,0.046X0.026X0.019*%
11. Obrounds
Copyright Ucamco NV 54
Having a question or remark about the spec? Please contact us at [email protected]
Polygon
Creates a regular polygon aperture. The syntax of the polygon standard aperture template:
P,<Outer diameter>X<Number of vertices>[X<Rotation>[X<Hole diameter>]]
Syntax Comments
<Outer diameter> Diameter of the circumscribed circle, i.e. the circle through the
polygon vertices. A decimal > 0.
<Hole diameter> Diameter of a round hole. A decimal >0. If omitted the aperture
is solid.
See also section 4.4.6.
Examples:
%ADD17P,.040X6*%
%ADD17P,.040X6X0.0X0.019*%
Outer diameter
Outer diameter
12. Polygons
Copyright Ucamco NV 55
Having a question or remark about the spec? Please contact us at [email protected]
Transparency of Holes
Standard apertures may have a round hole in them. When an aperture is flashed only the solid
part affects the image, the hole does not. Objects under a hole remain visible through the hole.
For image generation the area of the hole behaves exactly as the area outside the aperture. The
hole is not part of the aperture.
Warning: Make no mistake: holes do not clear the objects under them.
For all standard apertures the round hole is defined by specifying its diameter as the last
modifier: <Hole diameter>. If <Hole diameter> is omitted the aperture is solid. If present the
diameter must be 0. The hole must strictly fit within the standard aperture. It is centered on the
aperture.
Example:
%FSLAX26Y26*%
%MOIN*%
%ADD10C,10X5*%
%ADD11C,1*%
G01*
%LPD*%
D11*
X-10000000Y-2500000D02*
X10000000Y2500000D01*
D10*
X0Y0D03*
M02*
Copyright Ucamco NV 56
Having a question or remark about the spec? Please contact us at [email protected]
4.5 Aperture Macro (AM)
The AM command creates a macro aperture template and adds it to the aperture template
dictionary (see 0). A template is a parametrized shape. The AD command instantiates a
template into an aperture by suppling values to the template parameters.
Templates of any shape or parametrization can be created. Multiple simple shapes called
primitives can be combined in a single template. An aperture macro can contain variables
whose actual values are defined by:
Values provided by an AD command referencing the template
Arithmetic expressions with other variables
The template is created by positioning primitives in a coordinate space. The origin of that
coordinate space will be the origin of all apertures created with the state.
A template must be defined before the first AD that refers to it. The AM command can be used
multiple times in a file.
AM Command
The syntax for the AM command is:
<AM command> = AM<Aperture macro name>*<Macro content>
<Macro content> = {{<Variable definition>*}{<Primitive>*}}
<Variable definition> = $K=<Arithmetic expression>
<Primitive> = <Primitive code>,<Modifier>{,<Modifier>}|<Comment>
<Modifier> = $M|< Arithmetic expression>
<Comment> = 0 <Text>
Syntax Comments
<Aperture macro name> Name of the aperture macro. See 3.6.5 for the syntax rules.
<Macro content> Macro content describes primitives included into the aperture
macro. Can also contain definitions of new variables.
Copyright Ucamco NV 57
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
Copyright Ucamco NV 58
Having a question or remark about the spec? Please contact us at [email protected]
Exposure Modifier
The exposure modifier that can take two values:
0 means exposure is off
1 means exposure is on
Primitives with exposure on create the solid part of the macro aperture. Primitives with
exposure off erase the solid part created earlier in the same macro. Exposure off is used to
create a hole in the aperture see also 4.4.6.
The erasing action of exposure off only acts on other primitives within the same macro
definition. When a macro is flashed the hole does not clear objects in the final image the hole
is transparent. Another way of expressing it is that the macro definition is flattened before it is
used, and the result is a positive image.
Warning: When the macro aperture is flashed, the erased area does not clear the
underlying graphics objects. Objects under removed parts remain visible.
Example:
%FSLAX26Y26*%
%MOIN*%
%AMSquareWithHole*
21,1,10,10,0,0,0*
1,0,5,0,0*%
%ADD10SquareWithHole*%
%ADD11C,1*%
G01*
%LPD*%
D11*
X-10000000Y-2500000D02*
X10000000Y2500000D01*
D10*
X0Y0D03*
M02*
Rotation Modifier
All primitives can be rotated around the origin of the macro definition, i.e. its point (0, 0). (Make
no mistake. The rotation is not around the geometric center, unless of course the two coincide.).
A rotation angle is expressed by a decimal number, in degrees counterclockwise. A positive
angle means counterclockwise rotation, a negative angle clockwise. The rotation angle is
defined by the rotation modifier, the last in the list of the primitive modifiers.
The following AM command defines an aperture macro named Triangle_30. The macro is a
triangle rotated 30 degrees around the origin of the macro definition:
%AMTRIANGLE_30*
4,1,3,1,-1,1,1,2,1,1,-1,30*%
Syntax Comments
4,1,3 4 Outline
1 Exposure on
3 The outline has three subsequent points
Copyright Ucamco NV 60
Having a question or remark about the spec? Please contact us at [email protected]
(0, 0)
Rotation center
Copyright Ucamco NV 61
Having a question or remark about the spec? Please contact us at [email protected]
To rotate a macro composed of several primitives it is sufficient to rotate all primitives.
The picture below illustrates how the whole macro is rotated by rotating all primitives with the
same angle.
(0, 0)
Copyright Ucamco NV 62
Having a question or remark about the spec? Please contact us at [email protected]
Primitives
4.5.4.1 Overview
Macro Primitives
Code Name Modifiers Section
0 Comment 4.5.4.2
20 Vector Line Exposure, Width, Start X, Start Y, End X, End Y, Rotation 4.5.4.4
6 Moir Center X, Center Y, Outer diameter rings, Ring thickness, Gap, Max 4.5.4.8
# rings, X hair thickness, X hair length, Rotation
7 Thermal Center X, Center Y, Outer diameter, Inner diameter, Gap, Rotation 4.5.4.9
Example:
%AMBox*
0 Rectangle with rounded corners, with rotation*
0 The origin of the aperture is its center*
0 $1 X-size*
0 $2 Y-size*
0 $3 Rounding radius*
0 $4 Rotation angle, in degrees counterclockwise*
0 Add two overlapping rectangle primitives as box body*
21,1,$1,$2-$3-$3,0,0,$4*
21,1,$2-$3-$3,$2,0,0,$4*
0 Add four circle primitives for the rounded corners*
$5=$1/2*
$6=$2/2*
$7=2X$3*
1,1,$7,$5-$3,$6-$3,$4*
1,1,$7,-$5+$3,$6-$3,$4*
1,1,$7,-$5+$3,-$6+$3,$4*
1,1,$7,$5-$3,-$6+$3,$4*%
Copyright Ucamco NV 63
Having a question or remark about the spec? Please contact us at [email protected]
4.5.4.3 Circle, Code 1
A circle primitive is defined by its center point and diameter.
2 Diameter. A decimal 0
3, 4
Below there is the example of the AM command that uses the circle primitive.
Example:
%AMCIRCLE*
1,1,1.5,0,0,0*%
Copyright Ucamco NV 64
Having a question or remark about the spec? Please contact us at [email protected]
4.5.4.4 Vector Line, Code 20.
A vector line is a rectangle defined by its line width, start and end points. The line ends are
rectangular.
3, 4 5, 6
Below there is the example of the AM command that uses the vector line primitive.
Example:
%AMLINE*
20,1,0.9,0,0.45,12,0.45,0*%
Copyright Ucamco NV 65
Having a question or remark about the spec? Please contact us at [email protected]
4.5.4.5 Center Line, Code 21
A center line primitive is a rectangle defined by its width, height, and center point.
2 Width. A decimal 0.
3 Height. A decimal 0.
4, 5
Below there is the example of the AM command that uses the center line primitive.
Example:
%AMRECTANGLE*
21,1,6.8,1.2,3.4,0.6,30*%
Copyright Ucamco NV 66
Having a question or remark about the spec? Please contact us at [email protected]
4.5.4.6 Outline, Code 4
An outline primitive is an area defined by its outline or contour. The outline is a polygon,
consisting of linear segments only, defined by its start vertex and n subsequent vertices. The
outline must be closed, i.e. the last vertex must be equal to the start vertex. The outline must
comply with all the requirements of a contour according to 4.12.2.
3, 4
5, 6
7, 8
Example:
%AMOUTLINE*
Copyright Ucamco NV 67
Having a question or remark about the spec? Please contact us at [email protected]
4,1,4,
0.1,0.1,
0.5,0.1,
0.5,0.5,
0.1,0.5,
0.1,0.1,
0*%
The maximum number of vertices is 5000. The purpose of this primitive is to create apertures to
flash pads with special shapes. The purpose is not to create copper pours. Use the region
statement for copper pours; see 4.12.
Copyright Ucamco NV 68
Having a question or remark about the spec? Please contact us at [email protected]
4.5.4.7 Polygon, Code 5
A polygon primitive is a regular polygon defined by the number of vertices n, the center point
and the diameter of the circumscribed circle.
3, 4
5
First
vertex
Example:
%AMPOLYGON*
5,1,8,0,0,8,0*%
Copyright Ucamco NV 69
Having a question or remark about the spec? Please contact us at [email protected]
4.5.4.8 Moir, Code 6
The moir primitive is a cross hair centered on concentric rings. Exposure is always on.
7 1, 2
8
3
Copyright Ucamco NV 70
Having a question or remark about the spec? Please contact us at [email protected]
If the cross hair thickness of length are zero there is no cross hair. Similar for the rings.
Below there is the example of the AM command that uses the moir primitive.
Example:
%AMMOIRE*
6,0,0,5,0.5,0.5,2,0.1,6,0*%
Copyright Ucamco NV 71
Having a question or remark about the spec? Please contact us at [email protected]
4.5.4.9 Thermal, Code 7
The thermal primitive is a ring (annulus) interrupted by four gaps. Exposure is always on.
4 3
Copyright Ucamco NV 72
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Details
An AM command contains the following data blocks:
The AM declaration with the macro name
Primitives with their comma-separated modifiers
Macro variables, defined by an arithmetic expression
Each data block must end with the * character (see 3.4).
An aperture macro definition contains the macro name used to identify a template created by
the macro. An AD command uses the macro name that is the name of the corresponding
template in aperture templates dictionary.
An aperture macro definition also contains one or more aperture primitives described in 0.
Each primitive, except the comment, is followed by modifiers setting its position, size, rotation
etc. Primitive modifiers can use macro variables. The values for such variables is either
provided by an AD command or calculated with arithmetic expression using other variables.
A modifier can be either:
A decimal number, such as 0, 2, or 9.05
A macro variable
An arithmetic expression including numbers and variables
A macro name must comply with A macro variable name must be a $ character followed by
an integer >0, for example $12. (This is a subset of names allowed in 3.6.5.)
Each AM command must be enclosed into a separate pair of % characters. Line separators
between data blocks of a single command can be added to enhance readability. These line
separators do not affect the macro definition.
Example:
%AMDONUTVAR*1,1,$1,$2,$3*1,0,$4,$2,$3*%
Here the variables $1, $2, $3 and $4 are used as modifier values. The corresponding AD
command should look like:
%ADD34DONUTVAR,0.100X0X0X0.080*%
In this case the value of variable $1 becomes 0.100, $2 and $3 become 0 and $4 becomes
0.080. These values are used as the values of corresponding modifiers in the DONUTVAR
macro.
Operator Function
+ Add
- Subtract
Arithmetic operators
Their precedence is as follows:
( and )
The unary + and -, x, X and /
+ and -
Example:
%AMRect*
21,1,$1,$2-$3-$3,-$4,-$5,0*%
The corresponding AD command could look like:
%ADD146Rect,0.0807087X0.1023622X0.0118110X0.5000000X0.3000000*%
Example:
%AMDONUTCAL*
1,1,$1,$2,$3*
$4=$1x1.25*
1,0,$4,$2,$3*%
Example:
%AMDONUTCAL*
1,1,$1,$2,$3*
$4=$1x0.75*
1,0,$4,$2,$3*%
Example:
%AMTARGET*
1,1,$1,0,0*
$1=$1x0.8*
1,0,$1,0,0*
$1=$1x0.8*
1,1,$1,0,0*
$1=$1x0.8*
1,0,$1,0,0*
$1=$1x0.8*
1,1,$1,0,0*
$1=$1x0.8*
1,0,$1,0,0*%
%ADD37TARGET,0.020*%
Copyright Ucamco NV 75
Having a question or remark about the spec? Please contact us at [email protected]
Here the value of $1 is changed by the expression $1=$1x0.8 after each primitive so the value
changes like the following: 0.020, 0.016, 0.0128, 0.01024, 0.008192, 0.0065536.
Example:
%AMREC1*
$2=$1*
$1=$2*
21,1,$1,$2,0,0,0*%
%AMREC2*
$1=$2*
$2=$1*
21,1,$1,$2,0,0,0*%
%ADD51REC1,0.02X0.01*%
%ADD52REC2,0.02X0.01*%
Aperture 51 is the square with side 0.02 and aperture 52 is the square with side 0.01, because
the variable values in AM commands are calculated as follows:
For the aperture 51 initially $1 is 0.02 and $2 is 0.01. After operation $2=$1 the variable values
become $2 = 0.02 and $1 = 0.02. After the next operation $1=$2 they remain $2 = 0.02 and $1
= 0.02 because previous operation changed $2 to 0.02. The resulting primitive has 0.02 width
and height.
For the aperture 52 initially $1 is 0.02 and $2 is 0.01 (the same as for aperture 51). After
operation $1=$2 the variable values become $1 = 0.01 and $2 = 0.01. After the next operation
$2=$1 they remain $1 = 0.01 and $2 = 0.01 because previous operation changed $1 to 0.01.
The resulting primitive has 0.01 width and height.
Below are some more examples of using arithmetic expressions in AM command. Note that
some of these examples probably do not represent a reasonable aperture macro they just
illustrate the syntax that can be used for defining new variables and modifier values.
Examples:
%AMTEST*
1,1,$1,$2,$3*
$4=$1x0.75*
$5=($2+100)x1.75*
1,0,$4,$5,$3*%
Copyright Ucamco NV 76
Having a question or remark about the spec? Please contact us at [email protected]
%AMTEST*
$4=$1x0.75*
$5=100+$3*
1,1,$1,$2,$3*
1,0,$4,$2,$5*
$6=$4x0.5*
1,0,$6,$2,$5*%
Examples
4.5.6.1 Fixed Modifier Values
The following AM command defines an aperture macro named DONUTFIX consisting of two
concentric circles with fixed diameter sizes:
%AMDONUTFIX*
1,1,0.100,0,0*
1,0,0.080,0,0*%
Syntax Comments
1,1,0.100,0,0 1 Circle
1 Exposure on
0.100 Diameter
0 X coordinate of the center
0 Y coordinate of the center
1,0,0.080,0,0 1 Circle
0 Exposure off
0.080 Diameter
0 X coordinate of the center
0 Y coordinate of the center
Copyright Ucamco NV 77
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
1,1,$1,$2,$3 1 Circle
1 Exposure on
$1 Diameter is provided by AD command
$2 X coordinate of the center is provided by AD command
$3 Y coordinate of the center is provided by AD command
1,0,$4,$2,$3 1 Circle
0 Exposure off
$4 Diameter is provided by AD command
$2 X coordinate of the center is provided by AD command (same
as in first circle)
$3 Y coordinate of the center is provided by AD command (same
as in first circle)
The AD command using this aperture macro can look like the following:
%ADD34DONUTVAR,0.100X0X0X0.080*%
In this case the variable modifiers get the following values: $1 = 0.100, $2 = 0, $3 = 0, $4 =
0.080.
Syntax Comments
1,1,$1,$2,$3 1 Circle
1 Exposure on
$1 Diameter is provided by AD command
$2 X coordinate of the center is provided by AD command
$3 Y coordinate of the center is provided by AD command
Copyright Ucamco NV 78
Having a question or remark about the spec? Please contact us at [email protected]
1,0,$4,$2,$3 1 Circle
0 Exposure off
$4 Diameter is calculated using the previous definition of this
variable
$2 X coordinate of the center is provided by AD command (same
as in first circle)
$3 Y coordinate of the center is provided by AD command (same
as in first circle)
The AD command using this aperture macro can look like the following:
%ADD35DONUTCAL,0.020X0X0*%
This defines a donut with outer circle diameter equal to 0.02 and inner circle diameter equal to
0.015.
%AMBox*
0 Rectangle with rounded corners, with rotation*
0 The origin of the aperture is its center*
0 $1 X-size*
0 $2 Y-size*
0 $3 Rounding radius*
0 $4 Rotation angle, in degrees counterclockwise*
0 Add two overlapping rectangle primitives as box body*
21,1,$1,$2-$3-$3,0,0,$4*
21,1,$2-$3-$3,$2,0,0,$4*
0 Add four circle primitives for the rounded corners*
$5=$1/2*
$6=$2/2*
$7=2X$3*
1,1,$7,$5-$3,$6-$3,$4*
1,1,$7,-$5+$3,$6-$3,$4*
1,1,$7,-$5+$3,-$6+$3,$4*
Copyright Ucamco NV 79
Having a question or remark about the spec? Please contact us at [email protected]
1,1,$7,$5-$3,-$6+$3,$4*%
Copyright Ucamco NV 80
Having a question or remark about the spec? Please contact us at [email protected]
4.6 Block Aperture (AB)
If the polarity is clear (LPC) when the block aperture is flashed the polarity of all objects in the
block is toggled (clear becomes dark, and dark becomes clear). This toggle propagates through
all nesting levels. If the polarity is dark (LPD) then the block aperture is inserted as is. In the
following example the polarity of objects in the flash of block D12 will be toggled.
%ABD12*%
%AB*%
.
D12*
%LPC*%
X-2500000Y-1000000D03*
Syntax Comments
AB AB for Aperture Block. Opens a block statement.
<block D-code> The D-code under which the block is stored in the aperture
dictionary.
Copyright Ucamco NV 81
Having a question or remark about the spec? Please contact us at [email protected]
Examples:
Syntax Comments
%ABD12*% Opens of the definition of aperture D12
%AB*% Closes the current block statement.
The section between the opening and closing AB commands can contain nested AB commands.
The resulting apertures are stored in the library and are available subsequently over the file, also
outside the enclosing AB section.
AB statements can contain other AB or SR statements see 4.14. The names defined by an AB
statement is not restricted in scope but is global over the whole file.
The AB command itself does not affect the graphics state.
The AB command was introduced in revision 2016.12
Copyright Ucamco NV 82
Having a question or remark about the spec? Please contact us at [email protected]
Example
Copyright Ucamco NV 83
Having a question or remark about the spec? Please contact us at [email protected]
X143000000Y-30000000D03*
G04 Flash block D102 3x2 times*
D102*
X0Y0D03*
X0Y520000000D03*
X500000000Y0D03*
X500000000Y520000000D03*
X1000000000Y0D03*
X1000000000Y520000000D03*
M02*
Copyright Ucamco NV 84
Having a question or remark about the spec? Please contact us at [email protected]
4.7 Current Aperture (Dnn)
The command with code Dnn sets current aperture graphics state parameter.
The syntax is:
<Dnn command> = D<D-code number>*
Syntax Comments
D Command code
The allowed range of D-code is from 10 up to 2.147.483.647 (max int 32). The D-codes 0 to 9
are reserved and cannot be used for apertures.
The D01 and D03 commands use the current aperture to create track and flash graphics
objects. The current aperture must be explicitly defined before it is used see 2.6.
Example:
D10*
Copyright Ucamco NV 85
Having a question or remark about the spec? Please contact us at [email protected]
4.8 Operations (D01/D02/D03)
D01, D02 and D03 are the operation codes. Together with coordinate data the operation codes
define commands called operations. An operation operates on its coordinate data.
Syntactically an operation contains the coordinate data followed by its operation code. An
operation must contain a single (1) operation code: each operation code is associated with a
single coordinate pair and vice versa.
The operations have the following effect.
Operation with D01 code is called interpolate operation. It creates a straight-line segment or
a circular segment by interpolating from the current point to the operation coordinates. The
segment is then converted to a graphics object outside a region statement or to a contour
segment inside.
Operation with D02 code is called move operation. It moves the current point to the
operation coordinates. No graphics object is generated.
Operation with D03 code is called flash operation. It creates a flash object by replicating the
current aperture at the operation coordinates.
Note: The code representation 01, 02, 03 (with one leading zero) is conventional; it is
allowed to use a different number of leading zeros: 1, 001, 0002, etc. See 3.5.2 for more details.
The operations are controlled by the graphics state (see 2.6).
The D03 operation directly creates a flash object by replicating (flashing) the current aperture.
When the aperture is flashed its origin is positioned at the coordinates of the operation. The
origin of a standard aperture is its geometric center. The origin of a macro aperture is the origin
of the coordinates (the origin of the macro definition) used in the AM (Aperture Macro)
command.
Sequences of D01 and D02 operations create segments that are turned into a graphics objects
by one of two following methods:
Stroking. The segments are stroked with the current aperture, see 2.4.
Region building. The segments form contour that defines a region, see 4.12.
Outside a region statement stroking is used to convert a segment into draw or arc graphics
object. Inside a region statement a segment becomes the linear or circular contour segment.
There is another graphics state parameter called interpolation mode that affects operations. It
defines the form of the interpolated segment: linear interpolation mode results in a draw or linear
contour segment; circular interpolation mode results in an arc or circular contour segment. This
is described in detail in the section 4.9.
The circular interpolation mode can be clockwise and counterclockwise. Also in circular
interpolation mode the quadrant mode parameter becomes relevant. It defines the arc angle.
See 4.10 for more details.
The table below summarizes the results of the operations depending on the graphics state
parameter values.
Copyright Ucamco NV 86
Having a question or remark about the spec? Please contact us at [email protected]
Graphics state parameters values
The table describes only the parameters which have direct influence on the types of objects
created by the operation codes. The effect of the other parameters is described elsewhere.
Syntax Comments
<Number> Coordinate number - see section 3.6.3 - defining either a coordinate (X, Y) or an
offset or distance (I, J). The number must have at least one digit
The FS and MO commands specify how to interpret the coordinate data. The coordinate data
define points in the plane using a right-handed orthonormal coordinate system. The plane is
infinite, but implementations can have size limitations.
Coordinates are modal. If an X is omitted, the X coordinate of the current point is used. Similar
for Y.
Offsets are not modal. If I or J is omitted, the default is zero (0). The offsets do not affect the
current point.
Examples:
Copyright Ucamco NV 87
Having a question or remark about the spec? Please contact us at [email protected]
X200Y200D02* point (+200, +200) operated upon by D02
Y-300D03* point (+200, -300) operated upon by D03
I300J100D01* point (+200, -300) and offset (+300, +100) operated upon by D01
Y200I50J50D01* point (+200, +200) and offset (+50, +50) operated upon by D01
X200Y200I50J50D01* point (+200, +200) and offset (+50, +50) operated upon by D01
X+100I-50D01* point (+100, +200) and offset (-50, 0) operated upon by D01
In an operation without explicit X and Y the coordinates of the current point are used. In the
example below D03 results in a flash at the current point.
Example
D03*
D01 Command
The interpolation command defines a draw or arc graphics object, depending on the
interpolation mode. See sections 4.9.2 and 4.10.5.
D02 Command
Performs a move operation, moving the current point to a new value. The syntax for the D02
code (move) operation is the following:
<D02 operation> = [X<Number>][Y<Number>]D02*
Syntax Comments
The D02 command sets the new value for the current point. On top of that, inside a region
statement it also closes the current contour. (see 4.12).
Example:
X200Y1000D02*
D03 Command
Performs a flash operation, creating a flash graphics object. After the flash operation the current
point is set to the origin of the flash
Copyright Ucamco NV 88
Having a question or remark about the spec? Please contact us at [email protected]
The syntax for the D03 code (flash) operation is the following:
<D03 operation> = [X<Number>][Y<Number>]D03*
Syntax Comments
Example:
X1000Y1000D03*
Example
The example shows a stream of commands in a Gerber file. Some of the commands are
operation codes, others are G code commands (G01, G03, G36, G37, G74, and G75). The G
code commands set the graphics state parameters that are relevant for the operations:
interpolation mode (G01 see 4.9, G03 see 4.10), region statement (G36, G37 see 4.12),
quadrant mode (G74, G75 see 4.10).
Example:
G36*
X200Y1000D02*
G01*
X1200D01*
Y200D01*
X200D01*
Y600D01*
X500D01*
G75*
G03*
X500Y600I300J0D01*
G01*
X200D01*
Y1000D01*
G37*
Copyright Ucamco NV 89
Having a question or remark about the spec? Please contact us at [email protected]
4.9 Linear Interpolation Mode (G01)
When linear interpolation mode is enabled a D01 code operation generates a straight line from
the current point to the point with X, Y coordinates specified by the operation. The current point
is then set to the X, Y coordinates.
The G01 command sets linear operation.
G01 Command
The syntax for the G01 command is as follows:
<G01 command> = G01*
Syntax Comments
Example:
G01*
D01 Command
In G01 mode the interpolate command Dcreates a draw. After the D01 command the current
point is moved to the end point of the draw. The D01 command syntax is:
<D01 operation> = [X<Number>][Y<Number>]D01*
Syntax Comments
Example:
G01*
X200Y200D01*
Copyright Ucamco NV 90
Having a question or remark about the spec? Please contact us at [email protected]
4.10 Circular Interpolation (G02/G03) and (G74/G75)
Single quadrant In single quadrant mode the arc is not allowed to extend over more
(G74) than 90. The following relation must hold:
0 A 90, where A is the arc angle
If the start point of the arc is equal to the end point, the arc has length
zero, i.e. it covers 0. A separate operation is required for each
quadrant. A minimum of four operations is required for a full circle.
Multi quadrant In multi quadrant mode the arc is allowed to extend over more than
(G75) 90. To avoid ambiguity between 0 and 360 arcs the following
relation must hold:
0 < A 360, where A is the arc angle
If the start point of the arc is equal to the end point, the arc is a full
circle of 360.
Quadrant modes
The commands with codes G74 and G75 allow switching between single- and multi-quadrant
modes. G75 command activate multi quadrant mode. Every operation following it will be
interpreted as multi quadrant, until cancelled by a G74 command. G74 command turns on single
quadrant mode.
Warning: A Gerber file that attempts to interpolate circular arcs without a preceding G74 or
G75 code is invalid.
For a strictly circular arc the distance of from the center to the start point must be exactly equal
to the distance to the end point. This distance is the radius and the interpretation of the arc is
then obvious.
Copyright Ucamco NV 91
Having a question or remark about the spec? Please contact us at [email protected]
However, as a Gerber file has a finite resolution, the center point generally cannot be positioned
such that the distances radii - are indeed exactly equal. Furthermore the software generating
the Gerber file unavoidably adds rounding errors of its own. The two radii are unavoidably
different for almost all real-life arcs. We will call the difference the arc deviation. An exact circle
of course has only one radius, the same everywhere. This raises the question which curve is
represented by a circular arc with a non-zero deviation.
The arc defined as a continuous and monotonic curve starting at the start point and ending at
the end point, approximating the ring with the given center point and radii equal to the start
radius and end radius. See figure 26.
The arc definition has fuzziness of the order of magnitude of the arc deviation. The writer of the
Gerber file accepts any interpretation within the fuzziness above as valid. If the writer requires a
more precise interpretation of the arc he needs to write arcs with lower deviation.
It is however not allowed to place the center point close to the straight line through begin and
end point except when it is strictly in between these points. When the center is on or outside the
segment between start and end point the construct is nonsensical. See figure 27.
Note that self-intersecting contours are not allowed, see 4.12.2. If any of the valid arc
interpretations turns the contour in a self-intersecting one, the file is invalid, with unpredictable
results.
The root cause of most problems with arcs is the use a low resolution. One sometimes attempts
to force arcs of size of the order of e.g. 1/10 of a mil in a file with resolution of 1/10. This is
asking for problems. Use higher resolution. See 4.1.1.
Copyright Ucamco NV 92
Having a question or remark about the spec? Please contact us at [email protected]
G02 Command
The syntax for the command to enable clockwise circular interpolation mode:
<G02 command> = G02*
Syntax Comments
Example:
G02*
G03 Command
The syntax for the command to enable counterclockwise circular interpolation mode:
<G03 command> = G03*
Syntax Comments
Example:
G03*
G74 Command
The syntax for the command to enable single quadrant mode:
<G74 command> = G74*
Syntax Comments
Example:
G74*
G75 Command
The syntax for the command to enable multi quadrant mode:
<G75 command> = G75*
Syntax Comments
Copyright Ucamco NV 93
Having a question or remark about the spec? Please contact us at [email protected]
G75 Sets quadrant mode graphics state parameter to multi quadrant
Example:
G75*
D01 Command
In G02 or G03 mode the interpolate command D01 creates an arc. After the D01 command the
current point is moved to the end point of the arc. The D01 command syntax is:
Syntax Comments
I<Number> In single quadrant mode: the distance between the circular arc
start point and the center measured parallel to the X axis. Number
is 0.
In multi quadrant mode: the offset or signed distance between the
circular arc start point and the center measured parallel to the X
axis.
The default is a 0 distance.
<Number> is coordinate data see section 3.6.3.
J<Number> In single quadrant mode: the distance between the circular arc
start point and the center measured parallel to the Y axis. Number
is 0.
In multi quadrant mode: the offset or signed distance between the
circular arc start point and the center measured parallel to the Y
axis.
The default is a 0 distance.
<Number> is coordinate data see section 3.6.3.
The coordinates of a circular arc endpoint and the center distances are interpreted according to
the coordinate format specified by the FS command and the unit specified by the MO command.
The following image illustrates how circular arc are interpolated.
Copyright Ucamco NV 94
Having a question or remark about the spec? Please contact us at [email protected]
Y axis
End point
Start point
(current
point) Y
X J
I
Arc center
0,0 X axis
28. Circular interpolation example
Note: In single quadrant mode, because the sign in offsets is omitted, there are four
candidates for the center: (<Current X> +/- <X distance>, <Current Y> +/- <Y distance>). The
center is the candidate that results in an arc with the specified orientation and not greater than
90.
Example:
G74*
G03*
X700Y1000I400J0D01*
Note: In multi quadrant mode the offsets in I and J are signed. If no sign is present, the
offset is positive.
Example:
G75*
G03*
X-300Y-200I-300J400D01*
Warning: If the center is not precisely positioned, there may be none or more than one
candidate fits. In that case the arc is invalid. The creator of the file accepts any interpretation.
Syntax Comments
Copyright Ucamco NV 95
Having a question or remark about the spec? Please contact us at [email protected]
G74* Set single quadrant mode
D10*
Set the current aperture to D10 aperture
X1100Y600D02*
G03* Set the current point to (11, 6)
X700Y1000I400J0D01* Set counterclockwise interpolation mode
X300Y600I0J400D01* Create quarter arc object (radius 4) to (7, 10)
X700Y200I400J0D01*
Create quarter arc object (radius 4) to (3, 6)
X1100Y600I0J400D01*
Create quarter arc object (radius 4) to (7, 2)
X300D02*
G01* Create quarter arc object (radius 4) to (11, 6)
X1100D01* Set the current point to (3 ,6)
X700Y200D02* Set linear interpolation mode
Y1000D01*
Create draw object to (11, 6)
Set the current point to (7, 2)
Create draw object to (7, 10)
12
10
Copyright Ucamco NV 96
Having a question or remark about the spec? Please contact us at [email protected]
12
10
2 4 6 8 10 12
Syntax Comments
X300Y-200D02* Set the current point to (3, -2)
G75*
Set multi quadrant mode
G03*
X-300Y-200I-300J400D01* Set counterclockwise interpolation mode
Create arc object counterclockwise to (-3,-2). The
offsets from the start point to the center point are
3 for X and 4 for Y, i.e. the center point is (0, 2)
Copyright Ucamco NV 97
Having a question or remark about the spec? Please contact us at [email protected]
Arc center (0, 2)
(0, 0)
Copyright Ucamco NV 98
Having a question or remark about the spec? Please contact us at [email protected]
Syntax Comments
D10* Set the current aperture to D10 aperture
G01*
Set linear interpolation mode
X0Y600D02*
G74* Set the current point to (0, 6)
G02* Set single quadrant mode
X0Y600I500J0D01* Set clockwise circular interpolation mode
Create arc object to (0, 6) with radius 5
The resulting image is small dot, an instance of the aperture at position (0, 6)
Syntax Comments
D10* Set the current aperture to D10 aperture
G01*
Set linear interpolation mode
X0Y600D02*
G75* Set the current point to (0, 6)
G02* Multi quadrant mode
X0Y600I500J0D01* Set clockwise circular interpolation mode
Create arc object to (0, 6) with center (5,6)
Copyright Ucamco NV 99
Having a question or remark about the spec? Please contact us at [email protected]
4.11 Aperture Transformations (LP, LM, LR, LS)
Overview
The commands LP, LM, LR and LS load the following aperture transformation graphics state
parameters:
Aperture transformation commands
Command Parameter
LP Polarity
LM Mirror
LR Rotate
LS Scale
A transformation parameter transforms the current aperture to a temporary virtual aperture that
is used to create object. The current aperture itself is not transformed. Consequently, the
transformations are not cumulative, the parameter is always applied on the original definition of
the current aperture.
The polarity option directly sets the polarity of the objects. The mirror/rotate/scale parameters
affect the shape of the objects by temporarily transforming the current aperture before the object
is created. Flashes are mirrored/rotated/scaled around the flash point according to the
transformation parameters. Draws and arcs (D01) are also effected; however, the only useful
application seems to rotate a square aperture to align it with a draw. As the current aperture
does not affect regions shape, the mirror/rotate/scale parameters do not affect the region shape
either.
Transformation parameters become effective immediately after loading and remain in effect until
a new value is loaded. No other command alters the transformation parameters. The
transformation parameters do not affect the aperture dictionary, nor the current aperture nor
attributes.
Syntax Comments
LP LP for Load Polarity
C|D C clear polarity
D dark polarity
Syntax Comments
LM LM for Load Mirroring
N|X|Y|XY N No mirroring
X Mirroring along the X axis; mirror left to right; the signs of the x
coordinates are inverted
Y Mirroring along the Y axis; mirror top to bottom; the signs of the
y coordinates are inverted
XY Mirroring along both axes; mirror left to right and top to bottom;
the signs of both the x and y coordinates are inverted
Syntax Comments
LS LS for Load Scaling
<Scale> The scale factor is specified by a decimal.
Examples
Syntax Comments
%LPD*% Sets the object polarity to dark
%LPC*% Sets the object polarity to clear
%LMX*% Sets object mirroring to mirroring along the X axis
%LMN*% Sets object mirroring to no mirroring
%LR45.0*% Sets object rotation to 45 degrees counterclockwise
%LR-90*% Sets object rotation to 90 degrees clockwise
%LS0.8*% Sets object scaling to 80%
Region Overview
A region is a graphics object defined by its contour(s) - see 4.12.2.
The G36 command begins a region statement and G37 ends it. In a region statement the D01
and D02 commands create the contour segments. The first D01 encountered in a region
statement starts the first contour by creating the first segment. Subsequent D01s add segments
to it. When a D02 command is encountered the contour is considered finished. (Note that a D02
without effect on the current point, e.g. a D02*, still has the effect to finish the current contour.)
A D02 is only allowed if the preceding contour is closed. The next D01 command starts a new
contour. Thus an unlimited number of contours can be created between a single G36/G37
commands pair.
When a G37 command is encountered the region statement is closed and region graphics
objects are added to the object stream by filling the newly created contours. A G37 is only
allowed when all contours are properly closed. A G37 finishes the last contour in the absence of
a finishing D02. Each contour is filled individually. The overall filled area is the union of the filled
areas of each individual contour. The number of region objects created by a single G36/G37
pair is intentionally not specified to leave more freedom to implementations; - for example, two
overlapping contours may be merged in a single region object.
Holes in a region are defined with cut-ins (see 4.12.2 and 4.12.2.8).
D01 and D02 are the only D code commands allowed in a region statement; D03 and Dnn
(nn10) are not allowed. Extended commands are not allowed. The M02 (end-of-file) command
is not allowed. However, G code commands are allowed they are needed to control the
interpolation modes.
Contour segments are not in themselves graphics objects they define the regions which are
the graphics objects.
Aperture attributes can be attached to a region, see 5.3.1.
Valid Contours
A contour is a sequence of connected linear or circular segments. A pair of segments is said to
connect only if they are defined consecutively, with the second segment starting where the first
one ends. Thus, the order in which the segments are defined is significant. Non-consecutive
segments that meet or intersect fortuitously are not considered to connect. A contour is closed:
the end point of the last segment must coincide with the start point of the first segment. A
contour thus defines a closed curve.
There are two classes of valid contours.
Simple contours. A contour is said to be simple if all its segments are disjoint, except for
consecutive segments sharing their connection points only. However, zero-length segments
have no effect: readers can remove them before processing the contour. (Avoid zero-length
segments as they are useless and can only cause confusion.) A simple contour does not self-
intersect or self-touch. It is obvious which part of the plane lies inside the contour. The inside of
the contour constitutes the region object. A simple contour defines a simple region, without
holes.
Simple cut-in contours. These contours allows to create a region with holes. A cut-in connects
the contour defining the hole to its enclosing contour, thus joining them into a single contour. If
one travels along the contour in the direction of the segments and the inside must always to the
Copyright Ucamco NV 106
Having a question or remark about the spec? Please contact us at [email protected]
same side, just as for simple contours. See the illustration below; see 4.12.2.8 for a fully worked
out example.
Warning: Use maximum resolution. Low file coordinate resolution brings uncontrolled
rounding and often results in self-intersecting contours, see 4.1.
Syntax Comments
Example:
G36*
Ends a region statement. The syntax is:
<G37 command> = G37*
Syntax Comments
Example:
G37*
Syntax Comments
G36* Begins a region statement
X200Y300000D02*
Set the current point to (2, 3)
G01*
X700000D01* Set linear interpolation mode
Y100000D01* Create linear segment to (7, 3)
X1100000Y500000D01* Create linear segment to (7, 1)
X700000Y900000D01*
Create linear segment to (11, 5)
Y700000D01*
Create linear segment to (7, 9)
X200000D01*
Y300000D01* Create linear segment to (7, 7)
G37* Create linear segment to (2, 7)
Create linear segment to (2, 3)
Create the region by filling the contour
12
10
2 4 6 8 10 12
10
2 4 6 8 10 12
Example:
G04 Non-overlapping contours*
%FSLAX24Y24*%
%MOMM*%
%ADD10C,1.00000*%
G01*
%LPD*%
G36*
X0Y50000D02*
Y100000D01*
X100000D01*
Y0D01*
X0D01*
Y50000D01*
X-10000D02*
X-50000Y10000D01*
X-90000Y50000D01*
X-50000Y90000D01*
X-10000Y50000D01*
G37*
M02*
Two different contours were created. Each contour is filled individually. The filled area is the
union of the filled areas.
Example:
G04 Overlapping contours*
%FSLAX24Y24*%
%MOMM*%
%ADD10C,1.00000*%
G01*
%LPD*%
G36*
X0Y50000D02*
Y100000D01*
X100000D01*
Y0D01*
X0D01*
Y50000D01*
X10000D02*
X50000Y10000D01*
X90000Y50000D01*
X50000Y90000D01*
X10000Y50000D01*
G37*
M02*
Two different contours were created. Each contour is filled individually. The filled area is the
union of the filled areas. As the second contour is completely embedded in the first, the effective
filled area is the one of the first contour. So the created region object is the same as would be
defined by the first contour only.
Example:
G04 Non-overlapping and touching*
%FSLAX24Y24*%
%MOMM*%
%ADD10C,1.00000*%
G01*
%LPD*%
G36*
X0Y50000D02*
Y100000D01*
X100000D01*
Y0D01*
X0D01*
Y50000D01*
D02*
X-50000Y10000D01*
X-90000Y50000D01*
X-50000Y90000D01*
X0Y50000D01*
G37*
M02*
As these are two different contours in the same region touching is allowed.
Example:
G04 Overlapping and touching*
%FSLAX24Y24*%
%MOMM*%
%ADD10C,1.00000*%
G01*
%LPD*%
G36*
X0Y50000D02*
Y100000D01*
X100000D01*
Y0D01*
X0D01*
Y50000D01*
D02*
X50000Y10000D01*
X90000Y50000D01*
X50000Y90000D01*
X0Y50000D01*
G37*
M02*
As these are two different contours in the same region touching is allowed.
Example:
G04 This file illustrates how to use polarity to create holes*
%FSLAX25Y25*%
%MOMM*%
G01*
G04 First object: big square - dark polarity*
%LPD*%
G36*
X2500000Y2500000D02*
X17500000D01*
Y17500000D01*
X2500000D01*
Y2500000D01*
G37*
G04 Second object: big circle - clear polarity*
%LPC*%
G36*
G75*
X5000000Y10000000D02*
G03*
X5000000Y10000000I5000000J0D01*
G37*
Copyright Ucamco NV 115
Having a question or remark about the spec? Please contact us at [email protected]
G04 Third object: small square - dark polarity*
%LPD*%
G01*
G36*
X7500000Y7500000D02*
X12500000D01*
Y12500000D01*
X7500000D01*
Y7500000D01*
G37*
G04 Fourth object: small circle - clear polarity*
%LPC*%
G36*
G75*
X11500000Y10000000D02*
G03*
X11500000Y10000000I2500000J0D01*
G37*
M02*
Below there are pictures which show the resulting image after adding each object.
12
10
2 4 6 8 10 12
10
2 4 6 8 10 12
Example:
G04 ex1: non overlapping*
%FSLAX24Y24*%
%MOMM*%
%ADD10C,1.00000*%
G01*
%LPD*%
G36*
X0Y50000D02*
Y100000D01*
X100000D01*
Y0D01*
X0D01*
Y50000D01*
G04 first fully coincident linear segment*
X-10000D01*
X-50000Y10000D01*
X-90000Y50000D01*
The second example illustrates how one contour allows creating region with hole.
Example:
G04 ex2: overlapping*
%FSLAX24Y24*%
%MOMM*%
%ADD10C,1.00000*%
G01*
%LPD*%
G36*
X0Y50000D02*
Y100000D01*
X100000D01*
Y0D01*
X0D01*
Y50000D01*
G04 first fully coincident linear segment*
X10000D01*
X50000Y10000D01*
X90000Y50000D01*
X50000Y90000D01*
X10000Y50000D01*
Example:
G36*
X1220000Y2570000D02*
G01*
Y2720000D01*
X1310000D01*
Y2570000D01*
X1250000D01*
Y2600000D01*
X1290000D01*
Y2640000D01*
X1250000D01*
Y2670000D01*
X1290000D01*
Y2700000D01*
X1250000D01*
Y2670000D01*
Y2640000D01*
Copyright Ucamco NV 122
Having a question or remark about the spec? Please contact us at [email protected]
Y2600000D01*
Y2570000D01*
X1220000D01*
G37*
This results in the following contour:
Example:
G36*
X1110000Y2570000D02*
G01*
Y2600000D01*
X1140000D01*
Y2640000D01*
X1110000D01*
Y2670000D01*
X1140000D01*
Y2700000D01*
X1110000D01*
Example:
G04 We define the antipad used to create the clearances*
%TA.AperFunction,AntiPad*%
%AD11C.*%
.
G04 We now define the copper pour as a region*
LPD*
G36*
XYD02*
XYD01*
G37*
G04 We now flash clearances*
%LPC*%
D11*
XYD03*
This is simple and clear. In the CAD layout, the location of the anti-pads is known. With negative
anti-pads this information is transferred directly to CAM in a simple way.
It is sometimes recommended to avoid the cut-ins altogether by splitting the plane in separate
pieces, where each piece has no holes. Do not follow this bad advice. The remedy is worse
than the disease. Splitting the single contour in separate contours without holes is as complex
as adding cut-ins. All clearance boundaries must be cut in pieces and spit over different
contours; not much of an improvement over finding cut-in points. Rounding errors still lurk, and
can lead to pieces that are no longer connected; not much of an improvement over invalid cut-
ins. The situation is far worse on input. If the plane consists of a single contour it is clear it is a
single plane. When planes are split in pieces the coherence is lost. The file reader must figure
out from a bewildering set of contours that a single plane is intended. It must recover clearances
which boundaries are scattered over different contours. Cutting a plane in pieces to avoid
clearances is bad practice. It is asking for problems. See also 4.18.
Example:
G04 A block of two flashes is repeated 3x2 times*
%SRX3Y2I5.0J4.0*%
D13*
X123456Y789012D03*
D14*
X456789Y012345D03*
%SR*%
Warning: It is prudent to avoid overlapping blocks with clear and dark polarity objects. The
image depends on the order in which objects are handled. This is not always correctly
implemented in Gerber readers. The behavior is straightforward and using overlapping blocks is
safe when all objects have identical polarity.
A file can contain multiple SR statements. The number of steps and the step distances can be
different in X and Y. The number of repeats along an axis can be 1; it is then recommended to
use the step distance 0. A step & repeat block can contain different polarities (LPD and LPC
see 4.11.2).
The syntax for the SR command is:
<SR command> = SR[X<Repeats>Y<Repeats>I<Distance>J<Distance>]*
Syntax Comments
X<Repeats> Defines the number of times the block is repeated along the X axis
<Repeats> is an integer 1
Y<Repeats> Defines the number of times the block is repeated along the Y axis
<Repeats> is an integer 1
Syntax Comments
%SRX2Y3I2.0J3.0*% Opens a step & repeat statement and starts block accumulation
When block accumulation is finished the block will be repeated 2 times
along the X axis and 3 times along the Y axis. The step distance
between X-axis repeats is 2.0 units. The step distance between Y-
axis repeats is 3.0 units
%SRX4Y1I5.0J0*% Opens step & repeat statement and starts block accumulation
When block accumulation is finished the block will be repeated 4 times
along the X axis with the step distance of 5.0 units. The step distance
in the J modifier is ignored because no repeats along the Y axis are
specified
%SR*% Closes the step & repeat statement and repeats the previously
accumulated block
Note that the M02 command must be the last command in a file. As all block statements must
be properly closed they cannot contain an M02.
The graphics state is not affected by the SR or AB commands in themselves. A block
statements can contain commands that change the graphics state; these changes persist after
the block is closed.
Example:
G04 This is a comment*
G04 The space characters as well as , and ; are allowed here.*
Example:
M02*
The last command in a Gerber file must be the M02 command. No data is allowed after an M02.
Gerber readers are encouraged to give an error on a missing M02 as this is an indication that
the file has been truncated.
Note that a block or region statement must be explicitly closed. Consequently, an M02
command cannot be issued within a block or region statement.
Visualization
Gerber files are often used to visualize an image on a screen, a photoplotter, a direct imager.
Visualization is unavoidably constrained by the limitations of the output device. Nonetheless,
visualization must comply with the following rules:
Each individual graphics object must be rendered within the stated accuracy of the output
device.
No spurious holes may appear - solid objects must be visualized solid.
No spurious objects may appear.
Zero-size objects are not visualized.
Image Processing
Gerber files are processed for visualization but often also to complex image processing
algorithms: e.g. etch compensation, design rule checks in CAM and so on. These algorithms
perform long sequences of numerical calculations. Rounding errors unavoidably accumulate.
This means that all coordinates can move and object sizes can vary. We call these changes the
perturbation of the image. The specification imposes the restriction on the reader that the
perturbation must be within [-0.5m, +0.5 m] and that coincident coordinates must remain
coincident. The writer can assume that the perturbation is within this limit. If higher accuracy
than [-0.5m, +0.5 m] is required, it must be checked that the applications downstream can
handle this. Higher accuracy cannot be blindly assumed.
The perturbation has some noteworthy consequences:
Contours that are not self-intersecting by a margin of 1m can become self-intersecting
under a valid perturbation. Such contours are therefore invalid; see section 4.12.2.
Contours must be constructed robustly so that allowed processing perturbations do not turn
an otherwise valid contour in a self-intersecting one. See 4.18.2. Consequently, points and
segments that are not coincident must be separated by at least 1m. Furthermore, circular
segments add their own intrinsic fuzziness, see 4.10.1. If any valid interpretation of the arc
violates the requirement of 1m separation the contour is invalid. Construct contours
defensively. Observe sufficient clearances. Marginal contours can and do lead to problems
Objects that touch or overlap marginally can become separated under perturbation. This is
important for electrical connection. An electrical connection that is realized by touching
objects can get separated by a valid perturbation. Such marginal construction can be validly
interpreted as either isolating or connecting. Make proper and robust electrical connections,
with an overlap of the order of magnitude of at least the minimum conductor width.
Arcs with end points separated by less than 1 m can toggle between very small or nearly
360 degrees under valid perturbations. Do not write such arcs.
Avoid objects smaller than 1 m.
Construct files robustly.
Example:
%TF.FileFunction,Soldermask,Top*%
Example:
%TF.FilePolarity,Negative*%
Example:
%TA.AperFunction,ComponentPad*%
%TAMyApertureAttributeWithValue,value*%
%TAMyApertureAttributeWithoutValue*%
In the next example the aperture value is initially set to ComponentPad and later overruled to
ViaPad.
Example:
%TA.AperFunction,ComponentPad*%
%TA.AperFunction,ViaPad*%
When an AD command creates an aperture all aperture attributes in the attribute dictionary at
that moment are attached to it. Once an aperture is defined its attributes cannot be changed.
Example:
%TO.C,R6*%
Overview
Warning: Do not invent your own standard attribute names (names starting with a dot).
This would defeat the purpose of standardization. User attributes cater to specific needs that are
not covered by the standard attributes. Feel free to invent any user attribute you wish.
Example:
%TF.Part,Array*%
Example:
%TF.FileFunction,Copper,L1,Top*%
The attribute must be defined in the header.
The existence of a file function does not mean that it must be included in each PCB fabrication
data sets. Include the files that are needed: no more, no less.
The file functions are designed to support all file types in current use. If a type you need is
missing please contact us at [email protected].
Data files
Copper,L<p>,(Top|Inr|Bot)[,<type>]
A conductor or copper layer.
L<p> (p is an integer>0) specifies the physical
copper layer number. Numbers are
consecutive. The top layer is always L1. (L0
does not exist.) The mandatory field
(Top|Inr|Bot) specifies it as the top, an inner or
the bottom layer; this redundant information
helps in handling partial data. The specification
of the top layer is Copper,L1,Top[,label],
of the bottom layer of an 8 layer job it is
Copper,L8,Bot[,label]
The top side is the one with the trough-hole
components, if any.
The <type> field is optional. If present it must
take one of the following values: Plane, Signal,
Mixed or Hatched.
Plated,i,j,(PTH|Blind|Buried)
Plated drill/rout data, span from copper layer i
[,<label>]
to layer j. The from/to order is not significant.
The (PTH|Blind|Buried) field is mandatory.
The label is optional. If present it must take one
of the following values: Drill, Route or Mixed.
NonPlated,i,j,(NPTH|Blind|Buried)
Non-plated drill/rout data, span from copper
[,<label>]
layer i to layer j. The from/to order is not
significant. The (NPTH|Blind|Buried) field is
mandatory.
The optional label is explained in the row
above.
Drawing files
ArrayDrawing
A drawing of the array (biscuit, assembly
panel, shipment panel, customer panel).
AssemblyDrawing,(Top|Bot)
A drawing with the locations and reference
designators of the components. It is mainly
used in PCB assembly.
Drillmap
A drawing with the locations of the drilled
holes. It often also contains the hole sizes,
tolerances and plated/non-plated info.
FabricationDrawing
A drawing with additional information for the
fabrication of the bare PCB: the location of
holes and slots, the board outline, sizes and
tolerances, layer stack, material, finish choice,
etc.
Vcutmap
A drawing with v-cut or scoring information.
OtherDrawing,<mandatory field>
Any other drawing than the 4 ones above. The
mandatory field informally describes its topic.
Examples. File functions of a four layer board (One for each Gerber file):
%TF.FileFunction,Legend,Top*%
%TF.FileFunction,Soldermask,Top*%
%TF.FileFunction,Copper,L1,Top*%
%TF.FileFunction,Copper,L2,Inr,Plane*%
%TF.FileFunction,Copper,L3,Inr,Plane*%
%TF.FileFunction,Copper,L4,Bot*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FileFunction,NonPlated,1,4,NPTH,Drill*%
%TF.FileFunction,NonPlatd,1,4,NPTH,Route*%
%TF.FileFunction,Plated,1,4,PTH*%
%TF.FileFunction,Profile,NP*%
%TF.FileFunction,Drillmap*%
%TF.FileFunction,Drawing,Stackup*%
Example:
%TF.FileFunction,Copper,L2,Inr,Plane*%
%TF.FilePolarity,Positive*%
Note: It is recommended output copper layers in positive. Negative copper layers were
needed in the 1970s and 1980s to get around the limitations in vector photoplotters used in the
1970s and 1980s but they no longer offer a single benefit. They have however a problem: they
cannot define how close the copper pour of a plane gets to the outline of the PCB. See 4.12.3 in
how to create power/ground planes in positive.
But if you need to output negative copper layers, make it clear they are negative by setting the
.FilePolarity attribute.
.CreationDate
The .CreationDate file attribute identifies the moment of creation of the Gerber file.
The attribute if present - must be defined in the header. The attribute value must conform to
the full version of the ISO 8601 date and time format, including the time and time zone. A
formally defined creation date can be helpful in tracking revisions see also 5.6.8
Example:
%TF.CreationDate,2015-02-23T15:59:51+01:00*%
Example:
%TF.GenerationSoftware,Ucamco,UcamX,2017.04*%
.ProjectId
Usually a Gerber file is part of a PCB project with a sequence of revisions. It is important to be
able to determine if different files belong to the same revision of a project, different revisions of
the same project or completely different projects. This is the purpose of the .ProjectId file
attribute. It uniquely identifies project and revision.
The attribute if present - must be defined in the header. The syntax is as follows:
%TF.ProjectId,<project id>,<project guid>,<revision id>*%
The field <project id> defines the project id in a custom format, <project guid> defines the
project using a global unique ID and <revision id> specifies its revision. All parameters must
conform to the string syntax, with the additional restriction that the , character cannot be used.
The <project guid> must be a string representation of a UUID conforming to RFC4122 version 1
or version 4.
Examples:
%TF.ProjectId,My PCB,f81d4fae-7dec-11d0-a765-00a0c91e6bf6,2*%
%TF.ProjectId,project#8,68753a44-4D6F-1226-9C60-0050E4C00067,/main/18*%
Example:
Consider the following Gerber file segment, without checksum:
D11*
X1500000Y2875000D03*
X2000000D03*
D19*
X2875000Y2875000D03*
M02*
As the CR and LF characters are skipped the checksum is taken over the following data:
D11*X1500000Y2875000D03*X2000000D03*D19*X2875000Y2875000D03*
With the checksum the file then becomes:
D11*
X1500000Y2875000D03*
X2000000D03*
D19*
X2875000Y2875000D03*
%TF.MD5,6ab9e892830469cdff7e3e346331d404*% <- Excluded from the MD5
M02* <- Excluded from the MD5
local $_ = shift;
local *IN;
my $content;
local $/;
open(IN, "<$_") or die "Cannot open $_ due to $!";
$content = <IN>; #read file to the variable
close IN;
$content =~ s/\r|\n//g; #remove all CRLF (end of line) characters
$content =~ s/M02\*//; #remove M02 from the end of file
#calculate MD5
$md5 = Digest::MD5->new; #init MD5
$md5->add($content); #send content of the file to MD5 engine
Other
Example:
.AperFunction,MechanicalDrill,Breakout
.AperFunction,MechanicalDrill
CutOut
PCB cut-outs. This is the generic term for a hole other
than a drill hole.
Slot
PCB slots. This is a subset of the cut-outs. Which cut-
outs are called slots is subjective. In case of doubt use
the value CutOut.
Cavity
Cavities in a PCB.
OtherDrill,<mandatory field>
A hole, but none of the above. The mandatory field
informally describes the type.
FiducialPad,(Global|Local)
A fiducial pad. The specifier (Global|Local) is
mandatory.
Local refers to a component fiducial; Global refers to a
fiducial on the entire image or PCB.
ThermalReliefPad
A thermal relief pad, connected to the surrounding
copper while restricting heat flow.
WasherPad
A pad around a non-plated hole without electrical
function. Several applications, e.g. a pad that
strengthens the PCB where fixed with a bolt hence
the name washer.
AntiPad
A pad with clearing polarity (LPC) creating a clearance
in a plane. It makes room for a drill pass without
connecting to the plane. Note that setting the AntiPad
attribute itself has no effect on the image, and therefore
does not turn the pad into LPC as a side effect this
must be done explicitly by an %LPC*% command.
OtherPad,<mandatory field>
A pad not specified above. The mandatory field
informally describes the type.
%FSLAX25Y25*%
%MOIN*%
%TF.FileFunction,Soldermask,Top*%
%TF.Part,Single*%
%TF.FilePolarity,Negative*%
%TA.AperFunction,Material*%
%ADD10C,0.000070*%
%LPD*%
D10*
X123500Y001250D03*
...
M02*
%FSLAX25Y25*%
%MOIN*%
%TF.FileFunction,Soldermask,Top*%
%TF.Part,Single*%
%TF.FilePolarity,Positive*%
%TA.AperFunction,Material*%
%ADD10C,0.000070*%
%LPD*%
D10*
X123500Y001250D03*
...
M02*
Examples:
%TA.DrillTolerance,0.01,0.005*%
.FlashText
Gerber intentionally does not contain fonts or typographic text this would introduce a complexity
out of proportion to its benefits. Any text can be represented with the available graphic constructs,
especially with contours. However, such generic graphic constructs do not maintain the
information which text string is represented; this is sometimes a disadvantage.
The .FlashText aperture attribute transfers this otherwise lost information. .FlashText is designed
for text image created with a flash. If the text is created with draws and arcs rather than a flash, it
can always be flashed by collecting them in a block aperture.
Bar codes are handled as text one can view a barcode as a special font.
Syntax and semantic of the attribute value is as follows:
<Text>,(B|C),[(R|M)],[<Font>],[Size],[<Comment>]
%TA.FlashText,XZ12ADF,B,,Code128,,Project identifier *%
.N (Net)
The .N object attribute attaches a CAD netlist name to any conducting object. The attribute can
be attached to objects on any copper layer or plated drill/rout file. It indicates the object is part of
the given net. The .N attribute is intended to allow quick visualization of nets and, more
importantly, to define the CAD netlist.
Normally an object is fully connected and consequently belongs to a single net. However, if an
object consists of different disconnected parts or is split in several disconnected parts by clear
(LPC) objects it may belong to different nets. Then the .N attribute value must include all net
names involved. It is recommended to avoid creating disconnected objects: one object, one net.
The syntax is:
<.N Attribute> = .N,<netname>{,<netname>}
.N field Usage
<netname> The CAD net name. It can take any value conforming to
the field syntax.
Example:
%TA.aperFunction,Conductor*%
%ADD21C,1*% Create aperture 21, for conductive tracks
D21* Select aperture 21
%TO.N,Clk3*% Select net Clk3
X5600000Y1200000D02* Move to the start of a track
X5600000Y1202500D01* Draw the tracks with Clk3 is attached
X5605000Y1205000D01*
X5605000Y1220000D01*
There are two reserved net names:
1) The empty string, defined by %TO.N,*% identifies objects not connected to a net, such as
tooling holes, text, logos, pads for component leads not connected to the component
circuitry.
2) The name N/C, defined by %TO.N,N/C*%, identifies a single pad net, as an alternative to
giving each such net a unique name.
Except the reserved names all net names must be unique.
It is recommended to attach a .N attribute to all copper objects, also those without net. The
absence of the .N attribute does not mean there is no net; the absence is therefore ambiguous.
Normally an object is fully connected and consequently belongs to a single net. However, if an
object consists of different disconnected parts or is split in several disconnected parts by clear
They are identified by the .AperFunction attribute value EtchedComponent on to the aperture
used to create them. See EtchedComponent.
For the CAD netlist these are components like others: the net names are different on both sides.
(However, for bare-board electrical test they may be conducting copper and simply connect the
nets on both sides.)
Etched components do not need and normally do not have pads. T there is no .P associated
with them. The net on each side is different however.
<pin> The pin name. It can take any value conforming to the
field syntax. It is very often a number.
Example :
D13* Select aperture for the pads for R5
%TO.P,R5,1*%
X5600000Y1200000D03* The pad for R5, pin 1
%TO.P,R5,2*%
X5600000Y1202500D03* The pad for R5, pin 2
The .P attribute can be attached to any pad belonging to a component and only those. The pin
name must be a non-empty field, with one exception: if the pad is part of the component
footprint but not connected to the component circuitry the name may be an empty field, e.g.
defined by %TO.P,U3,*%; pads with an empty name are normally not part of a net and
therefore also have an empty net name attached defined by %TO.N,*%.
Consequently, it can only be used in copper layers that carry the components. Typically, these
are the outer layers and then the .P attribute can only be used in the outer layers. Embedded or
etched components can be on inner layers and then these inner layers can also carry the .P
attribute.
The .P attribute can be attached to flashed pads only. It can therefore not be used on painted
pads.
A single component pad can consist of multiple flashes. Each flash then carries the same
reference descriptor and pin number.
It is technically possible to create a single object representing multiple pads. For example, a
single macro aperture can describe a complete component footprint. This is possible but not
allowed. (It would be a neat way to make life miserable for CAM engineers though.)
.C field Usage
Structure
PCB Fabrication data is a set of Gerber files and possibly files in other portable formats such as
PDF. The files can either be in a directory or combined in a zip file. (Other archive formats such
as rar, 7z are not allowed.)
Alignment
All data files in a fabrication data set must be scaled 1/1 and align perfectly same offset, no
mirroring, seen from the top to bottom.
Essential Attributes
A single Gerber file defines a single layer image. A PCB, however, is not a set of independent
layers. To define the complete PCB image one must not only define the individual layer images
but also their position in the layer structure. This is done with the file attributes .FileFunction and
.FilePolarity. Considering the complete PCB these attributes are not meta-information but image
definition data without which the PCB image is not fully defined. These two attributes can be
viewed as mandatory in PCB fabrication data.
The Profile
The profile defines the physical extent or the area covered by the PCB. An area is described by
its contour (see 4.12.1) in the Gerber format. A fabrication data set must contain a separate file
with the profile, defined by a contour (G36/G37). This file is identified by the file function value
Profile,(P|NP).
Normally a profile will not have holes. Slots are part of the PCB and are defined in the drill/rout
files. A big hole that is not considered part of the PCB can be defined by a contour with a cut-in
(see 4.12.2).
Sometimes one defines the profile layer by a line drawn with a small or a zero-size aperture
instead of the profile. Such a line does not represent an area as defined in Gerber date but is a
drawing, useful for human reading. While not correct, it is not difficult to convert it to a contour if
the line is drawn accurately, obeying the same rules as for contour segments (see 4.12.2). So if
for whatever reason you must represent the profile by a line ensure that the line is properly
constructed. Essential is that the profile is clearly defined, in a separate file, so that it is clear it
s a profile, and is not hidden in the copper layers or drawings. Corner marks are not good
enough as they are only suitable for manual processing.
Drill files
In CAD to CAM workflows drill information can and is best represented in Gerber than in an NC
format. Of course, a Gerber file cannot be sent to a drill machine, but this is not the issue here.
No fabricator uses his clients incoming design files directly on his equipment. The design files
are always read in a CAM system, and it is the CAM system that will output drill files in the
appropriate NC format, including feeds and speeds and all the information exactly as needed by
the driller. To transfer data from CAD to CAM Gerber is more suitable. As the copper, mask, drill
and route files are all image files to be read into the CAM system, it is best to use the same
5.7.2.1 Backdrilling
An example explains best how to structure a job with backdrilling. Suppose we have an 8 layer
job with backdrilling to remove via plating between layers 8 and 7. We need two files:
One file contains the vias. It has .FileFunction Plated,1,8,PTH. The drill tool has the via end
diameter. Its .AperFunction value is Via.
The second file contains the backdrills. It has .FileFunction NonPlated,8,7,Blind. The drill tool
has the same diameter as the via the manufacturer will determine the tool diameter. Its
.AperFunction value is Backdrill.
The CAD netlist links component pads to nets. It specifies the function of the PCB and is the
basis for the layout.
In Gerber the CAD netlist is defined by attaching both the pin and the net attribute to each
component pad. This defines a pad - net entry in the CAD netlist, and at the same time
associates a pad location and shape to it. For instance, the first entry in the CAD netlist above is
Gerber is given by the following sequence:
%TO.P,U1,4*%
%TO.N,Clk3*%
XYD03* The flash that creates the pad
If the .P attribute is present then the complete CAD netlist must be present, including all edge
connectors test points and etched components. In other words, all the end points of the nets
must be included, all the pads, not only the pads of the physical components that are part of the
BOM. Although vias are part of a net, they are not component pads and cannot have a .P
attached. Washer pads or any pads that are not part of an component cannot have a .P
attached.
Lastly, a bare board PCB fabricator is expected to perform an electrical test on the bare PCB
and guarantee the PCB conforms to the CAD netlist. It then is logical to provide him with the
netlist to test against. Without providing the netlist the fabricator is expected to reverse engineer
the netlist and must test against a reverse engineered net hardly a secure procedure.
5.7.4.2 IP Considerations
Net names such as Clk13 provide information about the design. This may be a concern. A
solution is to replace the meaningful names with obfuscated names such a sequential number.
This still allows to compare the design netlist with the image netlist as a redundancy check
meaningful names are not needed for that. The obfuscated names are a little less convenient
when communicating between creator and receiver of the Gerber file, but both can still identify
the same net as long as the creator can identify the net corresponding to the obfuscated name
Example:
G01*
%ADD13R,200X200*% G04 this aperture has no attribute*
D13*
%TAIAmATA*% G04 add attribute IAmATA in attributes
dictionary*
X0Y0D03* G04 this flash object has no attribute*
%ADD11R,200X200*% G04 this aperture now has attached attribute
IAmATA*
%TDIAmATA*% G04 delete attribute IAmATA from current
attributes dictionary*
%ADD12C,5*% G04 this aperture does not have attribute IAmATA*
D11*
X100Y0D03* G04 this flash object has attribute IAmATA*
X150Y50D02*
D12*
X100Y150D01* G04 this draw object has no attribute*
The next example illustrates an aperture attribute definition and changing value.
Overview
Current Gerber writers must not use the deprecated commands. Gerber readers may implement
them to support legacy applications and files. The next table lists deprecated commands.
Code Function Comments
G55 Prepare for flash This historic code optionally precedes D03 code. It
has no effect.
Very rarely used nowadays.
G70 Set the Unit to inch These historic codes perform a function handled by
the MO command. See 4.2.
G71 Set the Unit to mm
Sometimes used.
G90 Set the Coordinate format to Absolute These historic codes perform a function handled by
notation the FS command. See 4.1. They are superfluous
and deprecated.
G91 Set the Coordinate format to Incremental
Very rarely used nowadays.
notation
M00 Program stop This historic code has the same effect as M02. See
4.15.
Very rarely used nowadays.
IP Sets the Image polarity graphics state IP can only be used once, at the beginning of the
parameter file.
Sometimes used, and then usually as %IPPOS*%
to confirm the default a positive image; it then
has no effect. As it is not clear how %IPNEG*%
must be handled it is probably a waste of time to
try to fully implement it, and sufficient to give a
warning if an image is negative.
AS Sets the Axes correspondence graphics These commands can only be used once, at the
state parameter beginning of the file. The order of execution is
always MI, SF, OF, IR and AS, independent of
IR Sets Image rotation graphics state their order of appearance in the file.
parameter
IN Sets the name of the file image. Has no These commands can only be used once, at the
effect on the image. It is no more than a beginning of the file.
comment.
Use G04 for comments. See 4.15.
Sometimes used.
LN Has no effect on the image. It is no more Can be used many times in the file.
than a comment
Use G04 for comments. See 4.15.
Sometimes used.
Syntax Comments
AXBY Assign output device axis A to data axis X, output device axis B to
data axis Y. This is the default.
AYBX Assign output device axis A to data axis Y, output device axis B to
data axis X.
7.1.2.2 Examples
Syntax Comments
%ASAXBY*% Assign output device axis A to data axis X and output device axis B
to data axis Y
%ASAYBX*% Assign output device axis A to data axis Y and output device axis B
to data axis X
7.1.3.1 IN Command
The syntax for the IN command is:
<IN command> = IN<Name>*
Syntax Comments
Syntax Comments
%INPANEL_1*% Image name is PANEL_1
7.1.4.3 IP Command
The syntax for the IP command is:
<IP command> = IP(POS|NEG)*
Syntax Comments
7.1.4.4 Examples
Syntax Comments
%IPPOS*% Image has positive polarity
%IPNEG*% Image has negative polarity
7.1.5.1 IR Command
The syntax for the IR command is:
<IR command> = IR(0|90|180|270)*
Syntax Comments
7.1.5.2 Examples
Syntax Comments
%IR0*% No rotation
%IR90*% Image rotation is 90 counterclockwise
%IR270*% Image rotation is 270 counterclockwise
7.1.6.1 LN Command
The syntax for the LN command is:
<LN command> = LN<Name>*
Syntax Comments
7.1.6.2 Examples
Syntax Comments
%LNVia_anti-pads*% The name Via_anti-pads is to the subsequent file section
7.1.7.1 MI Command
The syntax for the MI command is:
<MI command> = MI[A(0|1)][B(0|1)]*
Syntax Comments
7.1.7.2 Examples
Syntax Comments
Offset (OF)
The OF command is deprecated.
OF moves the final image up to plus or minus 99999.99999 units from the imaging device (0, 0)
point. The image can be moved along the imaging device A or B axis, or both. The offset values
used by OF command are absolute. If the A or B part is missing, the corresponding offset is 0.
The offset values are expressed in units specified by MO command.
This command affects the entire image. It can only be used once, at the beginning of the file.
7.1.8.1 OF Command
The syntax for the OF command is:
<OF command> = OF[A<Offset>][B<Offset>]*
Syntax Comments
OF OF for Offset
The <Offset> value is a decimal number n preceded by the optional sign (+ or -) with the
following limitation:
0 n 99999.99999
The decimal part of n consists of not more than 5 digits.
7.1.8.2 Examples
Syntax Comments
%OFA0B0*% No offset
%OFA1.0B-1.5*% Defines the offset: 1 unit along the A axis, -1.5 units along the B axis
%OFB5.0*% Defines the offset: 0 units (i.e. no offset) along the A axis, 5 units along
the B axis
7.1.9.1 SF Command
The syntax for the SF command is:
<SF command> = SF[A<Factor>][B<Factor>]*
Syntax Comments
The <Factor> value is an unsigned decimal number n with the following limitation:
0.0001 n 999.99999
The decimal part of n consists of not more than 5 digits.
7.1.9.2 Examples
Syntax Comments
%SFA1B1*% Scale factor 1
%SFA.5B3*% Defines the scale factor: 0.5 for the A-axis data, 3 for the B-axis data
Example:
D10*
X700Y1000D01*
X1200Y1000*
X1200Y1300*
D11*
X1700Y2000D01*
X2200Y2000*
X2200Y2300*
The operation mode is only defined after a D01. The operation mode after a D02, D03 or an
aperture selection (Dnn with nn10) is undefined. Therefore a file containing coordinates without
operation code after a D03 or an aperture selection (Dnn with nn10) is invalid.
Warning: However, coordinate data without explicit operation code saves a few bytes but
is not intuitive and lead to errors in the field. This risk far outweighs the meager benefit
Zero Omission
Zero omission allows reducing the size of data by omitting either leading or trailing zeros from
the coordinate values.
With leading zero omission some or all leading zeros can be omitted but all trailing zeros are
required. To interpret the coordinate string, it is first padded with zeros in front until its length fits
the coordinate format. For example, with the 23 coordinate format, 015 is padded to 00015
and therefore represents 0.015.
With trailing zero omission some or all trailing zeros can be omitted but all leading zeros are
required. To interpret the coordinate string, it is first padded with zeros at the back until its
length fits the coordinate format. For example, with the 23 coordinate format, 15 is padded to
15000 and therefore represents 15.000.
If the coordinate data in the file does not omit zeros the leading zero omission must be
specified.
At least one character must be output in both modes as omitting a value indicates that the
previous value should be used. Zero therefore should be encoded as 0 in both modes.
The leading zero omission is specified by L after FS code in the command.
The trailing zero omission is specified by T after FS code in the command.
Example:
%FSTAX25Y25*%
Example:
%FSLIX25Y25*%
%FSTIX36Y36*%
Warning: Currently the only allowed notation is absolute notation. The incremental notation
is deprecated.
Example:
G01X100Y100D01*
X200Y200D01*
G01 sets the interpolation mode to linear and this used to process the coordinate data
X100Y100 from the same data block as well as the coordinate data X200Y200 from the next
data block. This construction is a useless variation and now it is deprecated.
The syntax for G01, G02, G02 codes in operations with codes D01 and D02 was the following:
<Operation> = G(1|01|2|02|3|03)<Coordinate data>D(01|02)*
Example:
G01*
X100Y100D01*
G01X500Y500D01*
X300Y300D01*
G01X100Y100D01*
Example:
%FSLAX26Y26*%
%MOIN*%
%ADD10C,10X5X5*%
%ADD11C,1*%
G01*
%LPD*%
D11*
X-10000000Y-2500000D02*
X10000000Y2500000D01*
D10*
X0Y0D03*
It differs from the current Gerber file format (RS-274X), in that it:
does not support G36 and G37 codes
does not support any extended commandss
Standard Gerber does not allow defining the coordinate format and aperture shapes. It is
incomplete as an image description format. It lacks the imaging primitives needed to
unequivocally transfer information from PCB CAD to CAM
The word standard is misleading here. Standard Gerber is standard NC format. It is not a
standard image format: image generation needs a so-called wheel file, and that wheel file is not
governed by a standard. The interpretation of a wheel files, and consequently of a Standard
Gerber files, is subjective. In Extended Gerber (RS-274X) image generation is fully governed by
the standard. Extended Gerber is the true image standard.
Standard Gerber has major drawbacks compared to the current Gerber file format and does not
offer a single advantage. Standard Gerber is obsolete. There is not a single valid reason to use
standard Gerber rather than Extended Gerber.
Always use Extended Gerber (RS-274X). Never use Standard Gerber.
Warning: The responsibility of errors or misunderstandings about the wheel file when
processing a Standard Gerber file rests solely with the party that decided to use revoked
Standard Gerber, with its informal and non-standardized wheel file, rather than Extended
Gerber, which is unequivocally and formally standardized.
In July 2016 Karel Tavernier from Ucamco published a draft specification to include netlist
information in Gerber for public review. Several revisions of the draft were triggered by input
from users. The final version was in included in revision 2016.11 from November 2, 2016.
In March 2017 Karel Tavernier from Ucamco published a draft specification to include fab
documentation in Gerber for public review.