mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:05:59 +08:00
Also ensure that extruder settings are correct when discarding unsaved changes
CURA-8584
This commit is contained in:
parent
73ca50d958
commit
c1a839ccaa
@ -717,6 +717,7 @@ class CuraApplication(QtApplication):
|
|||||||
for extruder in global_stack.extruderList:
|
for extruder in global_stack.extruderList:
|
||||||
extruder.userChanges.clear()
|
extruder.userChanges.clear()
|
||||||
global_stack.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
|
# 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
|
# before slicing. To ensure that slicer uses right settings values
|
||||||
|
Loading…
x
Reference in New Issue
Block a user