- removed the forcing of multigeo geometry usage when creating CNCJobs

This commit is contained in:
Marius Stanciu
2020-11-11 17:52:06 +02:00
parent dc2143f4c9
commit 23c4589a5e
3 changed files with 9 additions and 7 deletions

View File

@@ -2103,7 +2103,8 @@ class GeometryObject(FlatCAMObj, Geometry):
self.app.inform.emit(msg)
return
self.multigeo = True
# force everything as MULTI-GEO
# self.multigeo = True
# Object initialization function for app.app_obj.new_object()
# RUNNING ON SEPARATE THREAD!