FlatCam
Download Zip of the latest version. Don't clone from git as is won't have FlatCAM.py
Use pip3 and python3 and install requirements using pip3 -r requirements.txt from inside the FlatCAM directory
I had an issue with ezdxf: Install all of its dependencies with pip3 install ezdxf[draw]
Make sure that versions are correct. I had an issue in which visipy was too recent and I had to downgrade to 0.6.6
Last updated
Was this helpful?