Submit by: Brian
Summary
A very simple and basic cnc lathe program to cut threads on a component.
This program uses G33 Threading G-Code to cut threads.
Only one cut is programmed here, you can add as many cuts as required according to your situation and material.
Drawing/Image
CNC Program
% N10 T103 M06 N20 G97 S640 M03 N30 G00 X36.93 Z7.5 M08 N40 G33 K2.5 Z-52 N50 G00 X45 N60 Z7.5 N70 X200 Z200 M09 N80 M30