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