Browse Source

Increment setting_version to 6

Because Cura 4.1 is going to have a version upgrade to change the stack files.

Contributes to issue CURA-5848.
Ghostkeeper 6 years ago
parent
commit
139ab2e0bb

+ 1 - 1
cura/CuraApplication.py

@@ -143,7 +143,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 = 5
+    SettingVersion = 6
 
     Created = False
 

+ 1 - 1
resources/quality/abax_pri3/apri3_pla_fast.inst.cfg

@@ -4,7 +4,7 @@ name = Fine
 definition = abax_pri3
 
 [metadata]
-setting_version = 5
+setting_version = 6
 type = quality
 quality_type = normal
 weight = 0

+ 1 - 1
resources/quality/abax_pri3/apri3_pla_high.inst.cfg

@@ -4,7 +4,7 @@ name = Extra Fine
 definition = abax_pri3
 
 [metadata]
-setting_version = 5
+setting_version = 6
 type = quality
 quality_type = high
 weight = 1

+ 1 - 1
resources/quality/abax_pri3/apri3_pla_normal.inst.cfg

@@ -4,7 +4,7 @@ name = Fine
 definition = abax_pri3
 
 [metadata]
-setting_version = 5
+setting_version = 6
 type = quality
 quality_type = normal
 weight = 0

+ 1 - 1
resources/quality/abax_pri5/apri5_pla_fast.inst.cfg

@@ -4,7 +4,7 @@ name = Fine
 definition = abax_pri5
 
 [metadata]
-setting_version = 5
+setting_version = 6
 type = quality
 quality_type = normal
 weight = 0

+ 1 - 1
resources/quality/abax_pri5/apri5_pla_high.inst.cfg

@@ -4,7 +4,7 @@ name = Extra Fine
 definition = abax_pri5
 
 [metadata]
-setting_version = 5
+setting_version = 6
 type = quality
 quality_type = high
 weight = 1

+ 1 - 1
resources/quality/abax_pri5/apri5_pla_normal.inst.cfg

@@ -4,7 +4,7 @@ name = Fine
 definition = abax_pri5
 
 [metadata]
-setting_version = 5
+setting_version = 6
 type = quality
 quality_type = normal
 weight = 0

+ 1 - 1
resources/quality/abax_titan/atitan_pla_fast.inst.cfg

@@ -4,7 +4,7 @@ name = Fine
 definition = abax_titan
 
 [metadata]
-setting_version = 5
+setting_version = 6
 type = quality
 quality_type = normal
 weight = 0

+ 1 - 1
resources/quality/abax_titan/atitan_pla_high.inst.cfg

@@ -4,7 +4,7 @@ name = Extra Fine
 definition = abax_titan
 
 [metadata]
-setting_version = 5
+setting_version = 6
 type = quality
 quality_type = high
 weight = 1

+ 1 - 1
resources/quality/abax_titan/atitan_pla_normal.inst.cfg

@@ -4,7 +4,7 @@ name = Fine
 definition = abax_titan
 
 [metadata]
-setting_version = 5
+setting_version = 6
 type = quality
 quality_type = normal
 weight = 0

Some files were not shown because too many files changed in this diff