How to make FlatCAM (V8.994) work on MacOS (12.7.6)
https://bitbucket.org/jpcgt/flatcam/downloads/
https://github.com/larroy/flatCAM?tab=readme-ov-file
brew install [email protected]
brew install PyQt@5
python3.8 -m pip install -r requirements.txt
pip3.8 uninstall vispy pip3.8 install vispy==0.7
pip3.8 uninstall shapely pip3.8 install shapely==1.7.0
In “appParsers/ParseDXF.py”
OLD: from ezdxf.math.vector import Vector as ezdxf_vector
Change to NEW: try: from ezdxf.math.vector import Vector as ezdxf_vector except ImportError: from ezdxf.math import Vec3 as ezdxf_vector
In files “appTools/ToolPaint” and “appTools/ToolCutOut” and “appTools/ToolDblSided” and “appObjects/ObjectCollection“
OLD: from numpy import Inf
Change to NEW: from numpy import inf as Inf
python3.8 FlatCAM.py
“Shell: /bin/bash” “Pass input: to stdin”
/usr/local/bin/python3.8 /Users/XXX/PCB-Isolation-Milling/FlatCAM/FlatCAM.py