Simple Grooving in X-axis CNC Lathe Program Example


Submit by: Brian

Summary

This cnc lathe program shows how to make a groove in X-axis.
Drawing also shows how grooving tool moves with program.

Drawing/Image

Simple Grooving in X-axis CNC Lathe Program Example

CNC Program

%
N10 T08 M06
N20 G96 S80 G95 F0.05 M03
N30 G00 X54 Z-29 M08
N40 G01 X40
N50 G00 X60
N60 G00 X200 Z200 M09
N70 M30