Increment setting_version to 20

We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number.

Contributes to issue CURA-8466.
This commit is contained in:
Ghostkeeper 2022-03-29 15:03:48 +02:00
parent 0eed64a2ea
commit d9d90ab4b6
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
4326 changed files with 4326 additions and 4326 deletions

View file

@ -127,7 +127,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 = 19
SettingVersion = 20
Created = False