From 32cf64f90cecc56f702aad449195ee7257de1bbe Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Fri, 15 Mar 2024 10:19:31 +0100 Subject: [PATCH] Upgrade `SettingVersion` CURA-11526 --- cura/CuraApplication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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