mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Fix keep user settings dialog.
This commit is contained in:
parent
2969aafb6d
commit
759ef29b1d
1 changed files with 1 additions and 2 deletions
|
@ -596,8 +596,7 @@ class MachineManager(QObject):
|
|||
elif button == QMessageBox.No:
|
||||
# No, discard the settings in the user profile
|
||||
global_stack = Application.getInstance().getGlobalContainerStack()
|
||||
|
||||
for extruder in ExtruderManager.ExtruderManager.getInstance().getMachineExtruders(global_stack.getId()):
|
||||
for extruder in ExtruderManager.getInstance().getMachineExtruders(global_stack.getId()):
|
||||
extruder.getTop().clear()
|
||||
|
||||
global_stack.getTop().clear()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue