mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Layer processing is now only done when no slicing is occuring.
Contributes to CURA-693
This commit is contained in:
parent
ffa87a9302
commit
0b920950d4
2 changed files with 6 additions and 1 deletions
|
@ -29,6 +29,7 @@ class ProcessSlicedObjectListJob(Job):
|
|||
if Application.getInstance().getController().getActiveView().getPluginId() == "LayerView":
|
||||
self._progress = Message(catalog.i18nc("@info:status", "Processing Layers"), 0, False, -1)
|
||||
self._progress.show()
|
||||
Job.yieldThread()
|
||||
|
||||
Application.getInstance().getController().activeViewChanged.connect(self._onActiveViewChanged)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue