- added a control in Preferences -> Gerber Tab for Gerber colors storage usage
- made sure that the defaults on first install will set the number of workers to half the number of CPU's on the system but no less than 2
This commit is contained in:
@@ -5211,7 +5211,7 @@ class CNCjob(Geometry):
|
||||
|
||||
# Only if there are locations to mill
|
||||
if not optimized_path:
|
||||
log.debug("camlib.CNCJob.geometry_from_excellon_by_tool() -> Optimized path is empty.")
|
||||
log.debug("camlib.CNCJob.geometry_tool_gcode_gen() -> Optimized path is empty.")
|
||||
return 'fail'
|
||||
|
||||
if self.app.abort_flag:
|
||||
|
||||
Reference in New Issue
Block a user