The G69 command is
used to cancel a coordinate system rotation
command G68.
Example of using G69 in an CNC program (G-code).
% O9201 (G69
example) (Program number (O9201) and Program name (G69
example) G00 Z0.5 (Safe Z) G00 X0 Y0 G68 X0
Y0 R45 (Rotate 45 degrees counterclockwise
about X0, Y0) G69 (Coordinate
System Rotation Cancel) G00 Z0.5 (Safe Z) M30 (End) %
Back to list of CNC G Codes and CNC M-codes
|