Fix HMS434 version upgrade

CURA-6774
This commit is contained in:
Lipu Fei 2019-09-24 11:05:01 +02:00
parent a6218179a9
commit 1977a865f1
1136 changed files with 1356 additions and 1213 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 = 9
SettingVersion = 10
Created = False