CNC School Radius Arc G02 G03 CNC Lathe Program Example


Submit by: Brian

Summary

A basic and easy to understand cnc lathe program example to machine Arc Radius with G02 G03 G-Codes

Drawing/Image

CNC School Radius Arc G02 G03 CNC Lathe Program Example

CNC Program

N05 G94 M06 T0101 
N10 G00 X0 Z0 M04 S360 
N15 G01 X30 F30 
N20 G03 X50 Z-10 R10 
N25 G01 Z-40 
N30 G02 X70 Z-50 R10 
N35 G01 Z-100 
N40 G00 X100 
N45 G00 Z10 
N50 M05 
N55 M30