CURA-4400 correctly cope with quality changes that conflict with the current enabled extruders

This commit is contained in:
Jack Ha 2018-03-12 14:15:49 +01:00
parent e0e2d3362b
commit d889795721
2 changed files with 31 additions and 12 deletions

View file

@ -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()