mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Move layerdata and busy handling back into LayerView
This reverts commits17b12b9048
and66f8a62e6c
. # Conflicts: # plugins/LayerView/LayerPass.py # plugins/LayerView/LayerView.py
This commit is contained in:
parent
155fe326b7
commit
087ad6f472
4 changed files with 226 additions and 218 deletions
|
@ -163,7 +163,7 @@ class ProcessSlicedLayersJob(Job):
|
|||
|
||||
view = Application.getInstance().getController().getActiveView()
|
||||
if view.getPluginId() == "LayerView":
|
||||
view.getLayerPass().resetLayerData()
|
||||
view.resetLayerData()
|
||||
|
||||
if self._progress:
|
||||
self._progress.hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue