- 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:
Marius Stanciu
2020-07-21 00:04:18 +03:00
parent ebdb2b3ca0
commit a3e1570747
7 changed files with 56 additions and 26 deletions

View File

@@ -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: