diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 86bb53126c..30497ce5f4 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -138,7 +138,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 = 22 + SettingVersion = 23 Created = False