Simple Boring Operation CNC Lathe Program Example


Submit by: BEATA

Summary

Very simple and basic cnc program example which shows how a simple cnc lathe program can be made to bore a component.
The same program can be used to bore jaws as well.
All the tool movement are named in the drawing.

Drawing/Image

Simple Boring Operation CNC Lathe Program Example

CNC Program

%
N10 T04 M06
N20 G97 S830 G95 F0.1 M03
N30 G00 X38 Z23 M08
N40 G01 X38 Z-13
N50 G00 X34
N60 G00 Z200 M09
N70 G00 X200 Z200
N80 M30