mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -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
|
@ -387,4 +387,3 @@ class CuraEngineBackend(Backend):
|
||||||
if self._active_extruder_stack:
|
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.propertyChanged.connect(self._onSettingChanged) # Note: Only starts slicing when the value changed.
|
||||||
self._active_extruder_stack.containersChanged.connect(self._onChanged)
|
self._active_extruder_stack.containersChanged.connect(self._onChanged)
|
||||||
self._onChanged()
|
|
Loading…
Add table
Add a link
Reference in a new issue