mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Per object setting now defaults to first extruder instead of active
CURA-2189
This commit is contained in:
parent
cf2cfa3c45
commit
432377a075
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class SettingOverrideDecorator(SceneNodeDecorator):
|
|||
self._stack.addContainer(self._instance)
|
||||
|
||||
if cura.Settings.ExtruderManager.getInstance().extruderCount > 1:
|
||||
self._extruder_stack = cura.Settings.ExtruderManager.getInstance().activeExtruderStackId
|
||||
self._extruder_stack = cura.Settings.ExtruderManager.getInstance().getExtruderStack(0).getId()
|
||||
else:
|
||||
self._extruder_stack = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue