CURA-4400 removed unnecessary correctExtruderSettings

This commit is contained in:
Jack Ha 2018-03-12 11:33:54 +01:00
parent 1f8be6ad3c
commit a3d6127dcb

View file

@ -338,8 +338,6 @@ class ContainerManager(QObject):
container.clear()
send_emits_containers.append(container)
Application.getInstance().getMachineManager().correctExtruderSettings()
for container in send_emits_containers:
container.sendPostponedEmits()