- chagend the workers thread priority back to Normal
This commit is contained in:
@@ -25,7 +25,7 @@ class WorkerStack(QtCore.QObject):
|
|||||||
thread.started.connect(worker.run)
|
thread.started.connect(worker.run)
|
||||||
worker.task_completed.connect(self.on_task_completed)
|
worker.task_completed.connect(self.on_task_completed)
|
||||||
|
|
||||||
thread.start(QtCore.QThread.HighPriority)
|
thread.start(QtCore.QThread.NormalPriority)
|
||||||
|
|
||||||
self.workers.append(worker)
|
self.workers.append(worker)
|
||||||
self.threads.append(thread)
|
self.threads.append(thread)
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ CAD program, and create G-Code for Isolation routing.
|
|||||||
- added progress for the generation of Isolation geometry
|
- added progress for the generation of Isolation geometry
|
||||||
- added progress and possibility of graceful exit in Panel Tool
|
- added progress and possibility of graceful exit in Panel Tool
|
||||||
- added graceful exit possibility when creating Isolation
|
- added graceful exit possibility when creating Isolation
|
||||||
|
- chagend the workers thread priority back to Normal
|
||||||
|
|
||||||
9.09.2019
|
9.09.2019
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user