INTUWIZ                    Intuitive Wizard
   Bookmark and Share    CNC G-codes.CNC Mill Programming.G02 command - Clockwise circular interpolation                                                               

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.

CNC G-codes G02

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 1 for CNC G02 command

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).

Generate a G-Code toolpath for a various  details

 

 

 

Back to list of CNC G Codes and CNC M-codes

 

 

Copyright © Intuwiz  Software 2023 All Righs Reserved.
Home | Articles | G02 command - Clockwise circular interpolation