Simple Contour Turning with Radius CNC Lathe Program Example


Submit by: cnc programmer

Summary

Simple cnc lathe program example to show how a cnc lathe program can be made to turn a simple contour with Radius in it.
Multiple diameters are cut and both Clockwise and Counter Clockwise Radius are machined.

Drawing/Image

Simple Contour Turning with Radius CNC Lathe Program Example

CNC Program

%
N10 T105 M06 D2500
N20 G96 S150 G95 F.2 M04
N30 G00 X32 Z34 M08
N40 G01 X-1
N50 G00 X29.6 Z36
N60 G01 Z24
N70 G02 X39.6 Z19 R5
N80 G03 X49.6 Z14 R5
N90 G01 X53.6 Z12
N100 G01 Z-1
N110 G00 X200 Z200 M09
N120 M30