Suddenly, when trying to generate a finishing tolpath from an stl, I get the following error message. Rough toolpath works fine, nothing changed since last time I used Pycam.
An unexpected exception occoured: please send the text below to the developers of PyCAM. Thanks a lot!
Traceback (most recent call last):
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.Gui.Project", line 4041, in generate_toolpath
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.Toolpath.Generator", line 62, in generate_toolpath_from_settings
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.Toolpath.Generator", line 354, in generate_toolpath
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.PathGenerators.DropCutter", line 109, in GenerateToolPath
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.Utils.threading", line 644, in run_in_parallel_local
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.PathGenerators.DropCutter", line 39, in _process_one_grid_line
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.PathGenerators", line 275, in get_max_height_dynamic
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.PathGenerators", line 271, in <lambda>
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.PathGenerators", line 238, in get_max_height_triangles
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.Cutters.BaseCutter", line 134, in drop
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.Cutters.SphericalCutter", line 211, in intersect
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.Cutters.SphericalCutter", line 160, in intersect_sphere_triangle
File "pyinstaller\build\pyi.win32\pycam\outPYZ5.pyz/pycam.Cutters.SphericalCutter", line 154, in intersect_sphere_plane
AttributeError: 'NoneType' object has no attribute 'add'