From caec6ff27c7aa88523cadc8054e424084bd570a2 Mon Sep 17 00:00:00 2001 From: Dimitriovski Date: Tue, 19 Nov 2019 15:46:32 +0100 Subject: [PATCH] Changed the SettingVersion from CuraApplication.py CURA-6522_one_at_a_time_overlapping_build_area --- cura/CuraApplication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index f88467d651..11784718ca 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -145,7 +145,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 = 10 + SettingVersion = 11 Created = False