Layer processing is now only done when no slicing is occuring.

Contributes to CURA-693
This commit is contained in:
Jaime van Kessel 2016-01-22 16:38:03 +01:00
parent ffa87a9302
commit 0b920950d4
2 changed files with 6 additions and 1 deletions

View file

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