From c1a839ccaa7c252879ce22c72867e70582b0bba2 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 9 Nov 2021 15:10:09 +0100 Subject: [PATCH] Also ensure that extruder settings are correct when discarding unsaved changes CURA-8584 --- cura/CuraApplication.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 337797ecf6..dbca0b7e96 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -717,6 +717,7 @@ class CuraApplication(QtApplication): for extruder in global_stack.extruderList: extruder.userChanges.clear() global_stack.userChanges.clear() + self.getMachineManager().correctExtruderSettings() # if the user decided to keep settings then the user settings should be re-calculated and validated for errors # before slicing. To ensure that slicer uses right settings values