LibLathe is an opensource standalone python library for generating turning paths and gcode for use with cnc lathes.
|
Installing liblathe from PYPI
pip install liblathe
Local install for testing
pip install .
pip install . --break-system-packages
pip uninstall liblathe --break-system-packages
Liblathe is a python library with a C++ core. Liblathe core can be compiled and tested inplace using the following steps:
cd Liblathe
cmake .
make
Local testing
python3 ./examples/defeature_example.py