- fixed issue with loading files at start-up
- fixed issue with generating bounding box geometry for CNCJob objects - added some more infobar messages and log.debug - increased the priority for the worker tasks
This commit is contained in:
@@ -25,7 +25,7 @@ class WorkerStack(QtCore.QObject):
|
||||
thread.started.connect(worker.run)
|
||||
worker.task_completed.connect(self.on_task_completed)
|
||||
|
||||
thread.start(QtCore.QThread.LowPriority)
|
||||
thread.start(QtCore.QThread.NormalPriority)
|
||||
|
||||
self.workers.append(worker)
|
||||
self.threads.append(thread)
|
||||
|
||||
Reference in New Issue
Block a user