Fix version upgrade

CURA-6113
This commit is contained in:
Lipu Fei 2019-01-14 11:24:59 +01:00
parent 6876935359
commit b2dace2d48
3 changed files with 29 additions and 9 deletions

View file

@ -145,7 +145,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 = 6
SettingVersion = 7
Created = False