Update setting_version to 5 and add 34 -> 40 upgrade

CURA-5450

Also update setting_version for all qualities and variants.
This commit is contained in:
Lipu Fei 2018-06-12 09:57:11 +02:00
parent 3dc3afb34c
commit b81635ac8e
555 changed files with 703 additions and 552 deletions

View file

@ -123,7 +123,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 = 4
SettingVersion = 5
Created = False