Simple Diameter Turning CNC Lathe Program Example


Submit by: Brian

Summary

Very simple cnc program to show how a very simple cnc lathe program can be made to turn a diameter.
This also shows the tool movements.

Drawing/Image

Simple Diameter Turning CNC Lathe Program Example

CNC Program

%
N10 T104 M06
N20 G97 S2000 G95 F0.1 M03
N30 G00 X18 Z2 M08
N40 G01 Z-22
N50 G01 X26
N60 G00 X200 Z200 M09
N70 M30