mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
CURA-4400 correctly cope with quality changes that conflict with the current enabled extruders
This commit is contained in:
parent
e0e2d3362b
commit
d889795721
2 changed files with 31 additions and 12 deletions
|
@ -338,6 +338,9 @@ class ContainerManager(QObject):
|
|||
container.clear()
|
||||
send_emits_containers.append(container)
|
||||
|
||||
# user changes are possibly added to make the current setup match the current enabled extruders
|
||||
Application.getInstance().getMachineManager().correctExtruderSettings()
|
||||
|
||||
for container in send_emits_containers:
|
||||
container.sendPostponedEmits()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue