An internal error has occurred while create cncjob 8.994(from installer)

Issue #463 new
Юрий created an issue

[SUCCESS] A Geometry object was converted to SingleGeo type.
Indexing geometry before generating G-Code...
[ERROR] An internal error has occurred. See shell.
Object (cncjob) failed because: 

Traceback (most recent call last):
 File "D:\1.DEV\FlatCAM_beta\appObjects\AppObject.py", line 162, in new_object
 File "D:\1.DEV\FlatCAM_beta\appObjects\FlatCAMGeometry.py", line 2349, in job_init_multi_geometry
 File "D:\1.DEV\FlatCAM_beta\camlib.py", line 3687, in geometry_tool_gcode_gen
 File "D:\1.DEV\FlatCAM_beta\camlib.py", line 3084, in geo_optimized_rtree
 File "D:\1.DEV\FlatCAM_beta\camlib.py", line 8678, in nearest
 File "D:\1.DEV\FlatCAM_beta\camlib.py", line 8610, in nearest
StopIteration

steps

join 2 geos

convert to singel geo ( if not convert, work good)

Comments (7)

  1. Marius Stanciu

    Hi,
    Every information is important. How did you get the two source geometries that you joined? I suppose that those are resultant from the work of NCC Tool and of type multigeo. I should not have to guess.
    Why are you converting to Single Geo type after joining?

  2. Юрий reporter

    in version 8.993 after create two ncc geo from two  sources with same tool 0.33mm and joining it. I have two tools 0.33mm in list to create cncjob . If i not convert to “single geo” deleting one of tools also delete geo.

    sorry for my bad english.

  3. Log in to comment