Section 4 System Programming 51
+Y
+Z
G02 Clockwise | G02 Clockwise |
+X +X
+Z
G02 Clockwise
+Y
G03 Counter Clockwise Circular Cutting Move
The G03 command is identical to the G02 command, but it moves the tool in a counter clockwise arc instead of a clockwise arc.
Example:
G01 X2.0 Y1.0 F8.0 Moves the tool directly to the Program Coordinates X=2.0, Y=1.0 at a feedrate of 8.0 in/min.
G03 X0.0 Y3.0