Bumped up the Preference version to 7

reverted the SettingVersion to 16

CURA-8110_upgrader
This commit is contained in:
jelle Spijker 2021-04-02 14:41:52 +02:00 committed by Jelle Spijker
parent 4707560dcb
commit 72478994ec
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
3 changed files with 3 additions and 3 deletions

View file

@ -129,7 +129,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 = 17
SettingVersion = 16
Created = False