📄 Rule list¶
Below you can find full list of all rules implemented in PyGerber for Gerber format diagnostics.
DEP001¶
Use of deprecated G54 code.
This historic code optionally precedes an aperture selection Dnn command. It has no effect. Sometimes used. Deprecated in 2012.
DEP002¶
Use of deprecated G55 code.
This historic code optionally precedes D03 code. It has no effect. Deprecated in 2012.
GRB001¶
Redundant G01/G02/G03 command.
The G01/G02/G03 command after once issued remains in effect until different G01/G02/G03 command changes the interpolation mode. Some software tends to paste G01 command before each D01 command, significantly increasing the file size.