Simple Facing CNC Lathe Program Example


Submit by: Machinist

Summary

Simple cnc lathe program to show how a component can be Faced with a tool.
This also shows the tool movements.

Drawing/Image

Simple Facing CNC Lathe Program Example

CNC Program

%
N10 T03 M06
N20 G96 S150 G95 F0.1 D2500 (D = Maximum spindle speed)
N30 G00 X54 Z-2 M03 M08
N40 G01 X-1
N50 G00 X200 Z200 M09
N60 M30