Update setting version to 17 for 4.10

CURA-8212
This commit is contained in:
Kostas Karmas 2021-05-10 17:39:33 +02:00
parent 86d84d14e1
commit 2645dc880e
3236 changed files with 3236 additions and 3237 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 = 16
SettingVersion = 17
Created = False