This is an old revision of the document!
G Code for the ESI5330 Laser Cutter
Example G code that describes a 10mm square within a 30mm square. All coordinates are shown in micron units. The internal features cut first. The part perimeter cuts last. “G0” = move to this point without cutting “G1” = move to this point while cutting
% (ESI5330) T1 6 T0 221
* internal features * P0 G0 X10000.0 Y10000.0 G1 X20000.0
Y20000.0 X10000.0 Y10000.0
P1
* part perimeter * P0 G0 X0.0 Y0.0 G1 X30000.0
Y30000.0 X0.0 Y0.0
P1 %