mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Properly trigger a reslice when the active instance is changed
Contributes to CURA-394
This commit is contained in:
parent
968d72863e
commit
aa895c1b15
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class CuraEngineBackend(Backend):
|
||||||
self._onActiveViewChanged()
|
self._onActiveViewChanged()
|
||||||
self._stored_layer_data = None
|
self._stored_layer_data = None
|
||||||
|
|
||||||
|
Application.getInstance().getMachineManager().activeMachineInstanceChanged.connect(self._onChanged)
|
||||||
|
|
||||||
self._profile = None
|
self._profile = None
|
||||||
Application.getInstance().getMachineManager().activeProfileChanged.connect(self._onActiveProfileChanged)
|
Application.getInstance().getMachineManager().activeProfileChanged.connect(self._onActiveProfileChanged)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue