mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-4400 corrected getProperty in correctExtruderSettings
This commit is contained in:
parent
ac76d6ea52
commit
ba7b18a88b
2 changed files with 9 additions and 3 deletions
|
@ -346,10 +346,12 @@ class ContainerManager(QObject):
|
|||
|
||||
# Go through global and extruder stacks and clear their topmost container (the user settings).
|
||||
for stack in ExtruderManager.getInstance().getActiveGlobalAndExtruderStacks():
|
||||
container = stack.getTop()
|
||||
container = stack.userChanges
|
||||
container.clear()
|
||||
send_emits_containers.append(container)
|
||||
|
||||
Application.getInstance().getMachineManager().correctExtruderSettings()
|
||||
|
||||
for container in send_emits_containers:
|
||||
container.sendPostponedEmits()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue