mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Per object settings now use correct stack
CURA-1934
This commit is contained in:
parent
305a47e9b0
commit
fe205b51f9
@ -75,6 +75,7 @@ class SettingOverrideDecorator(SceneNodeDecorator):
|
||||
# \param extruder_stack_id The new extruder stack to print with.
|
||||
def setActiveExtruder(self, extruder_stack_id):
|
||||
self._extruder_stack = extruder_stack_id
|
||||
self._updateNextStack()
|
||||
self.activeExtruderChanged.emit()
|
||||
|
||||
def getStack(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user