mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Changing active extruder no longer trigger re-slice
CURA-1729
This commit is contained in:
parent
b3adf8a271
commit
44e4fc383e
1 changed files with 1 additions and 2 deletions
|
@ -386,5 +386,4 @@ class CuraEngineBackend(Backend):
|
|||
self._active_extruder_stack = ExtruderManager.getInstance().getActiveExtruderStack()
|
||||
if self._active_extruder_stack:
|
||||
self._active_extruder_stack.propertyChanged.connect(self._onSettingChanged) # Note: Only starts slicing when the value changed.
|
||||
self._active_extruder_stack.containersChanged.connect(self._onChanged)
|
||||
self._onChanged()
|
||||
self._active_extruder_stack.containersChanged.connect(self._onChanged)
|
Loading…
Add table
Add a link
Reference in a new issue