hpmachining / thread_mill

Python program to generate g-code sub program to mill threads on CNC machining center.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread Mill G-Code Generator

Create a program to generate a callable g-code sub program to mill an internal thread with a 1 pass thread mill such as these.

Program Inputs

Thread Information

  • Major Diameter
  • Minor Diameter
  • Thread Depth
  • Absolute "Z" of starting plane
  • Threads per inch

Number of radial passes

  • 1 - 100%
  • 2 - 65%, 35%
  • 3 - 50%, 30%, 20%
  • 4 - 40%, 27%, 20%, 13%

Tool Parameters

  • Tool diameter
  • Number of flutes
  • Speed (SFM)
  • Feed per tooth

About

Python program to generate g-code sub program to mill threads on CNC machining center.

License:GNU Lesser General Public License v3.0


Languages

Language:Python 86.1%Language:Jupyter Notebook 13.9%