Upgrade SettingVersion

CURA-11526
This commit is contained in:
c.lamboo 2024-03-15 10:19:31 +01:00
parent 2948af3f96
commit 32cf64f90c

View file

@ -138,7 +138,7 @@ class CuraApplication(QtApplication):
# SettingVersion represents the set of settings available in the machine/extruder definitions.
# You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
# changes of the settings.
SettingVersion = 22
SettingVersion = 23
Created = False