mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 22:26:23 +08:00
Fix bug where tempOverrides where not cleared.
This commit is contained in:
parent
7d9bf5adfa
commit
424877fe0f
@ -308,7 +308,7 @@ tempOverride = {}
|
||||
def setTempOverride(name, value):
|
||||
tempOverride[name] = value
|
||||
def resetTempOverride():
|
||||
tempOverride = {}
|
||||
tempOverride.clear()
|
||||
|
||||
#########################################################
|
||||
## Utility functions to calculate common profile values
|
||||
|
Loading…
x
Reference in New Issue
Block a user