mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Fix copyValueToExtruders (rebase-accident)
CURA-1758
This commit is contained in:
parent
baf9d81e47
commit
a64e0fa8e8
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ class MachineManager(QObject):
|
|||
return
|
||||
|
||||
new_value = self._active_container_stack.getProperty(key, "value")
|
||||
stacks = [stack for stack in self._extruder_manager.getMachineExtruders(self._global_container_stack.getId())]
|
||||
stacks = [stack for stack in ExtruderManager.getInstance().getMachineExtruders(self._global_container_stack.getId())]
|
||||
stacks.append(self._global_container_stack)
|
||||
for extruder_stack in stacks:
|
||||
if extruder_stack != self._active_container_stack and extruder_stack.getProperty(key, "value") != new_value:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue