Properly trigger a reslice when the active instance is changed

Contributes to CURA-394
This commit is contained in:
Arjen Hiemstra 2015-11-05 18:17:56 +01:00
parent 968d72863e
commit aa895c1b15

View file

@ -50,6 +50,7 @@ class CuraEngineBackend(Backend):
self._onActiveViewChanged()
self._stored_layer_data = None
Application.getInstance().getMachineManager().activeMachineInstanceChanged.connect(self._onChanged)
self._profile = None
Application.getInstance().getMachineManager().activeProfileChanged.connect(self._onActiveProfileChanged)