G02 command moves a tool to a new position at some feed rate.
CNC (G-code) G02 command moves a tool in a clockwise circular arc.
G02 command is modal. G02 is included in the modal group 1 (Motion) (G00, G01, G02 G03, G33, G38, G80, G81, G82, G83, G84, G85, G86, G87, G88, G89).
Example 1 for CNC
(G-code) G02 command:
G02 X35 Y25 I20 J-5
Example 2 for CNC
(G-code) G02 command:
% O0001 (Circle) (Program number (O0001) and Program name (Circle)) G00 Z0.5 (Safe Z) G00 X-80 Y0 (get into start position) G01 Z-2 F60 (down to Z2) G02 I10 F80 (milling a circle ) G00 Z0.5 (Safe Z) G00 X0 Y0 (go to machine Zero) M30 (End) %
Online G-code generator for milling a circle (using CNC G-code G02).
Online G-code generator for milling a semicircle (using CNC G-code G02).
Online G-code generator for milling a quadrant (using CNC G-code G02).
Back to list of CNC G Codes and CNC M-codes
|