Add upgrade script for 2.7 to 3.0

CURA-4270

Changes for the Skin Pre-shrink settings requires upgrade.
This commit is contained in:
Lipu Fei 2017-09-04 15:39:07 +02:00
parent a67a0f161b
commit e9551d2173
3 changed files with 108 additions and 4 deletions

View file

@ -104,7 +104,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 = 2
SettingVersion = 3
class ResourceTypes:
QmlFiles = Resources.UserType + 1