Browse Source

Add setting_version to all profiles

This represents the data version number (as opposed to the format version).

Contributes to issue CURA-3427.
Ghostkeeper 7 years ago
parent
commit
f0f8871496

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

@@ -1,4 +1,3 @@
-
 [general]
 version = 2
 name = Normal Quality
@@ -9,6 +8,7 @@ type = quality
 material = generic_pla
 weight = 0
 quality_type = normal
+setting_version = 1
 
 [values]
 layer_height = 0.2

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

@@ -1,4 +1,3 @@
-
 [general]
 version = 2
 name = High Quality
@@ -9,6 +8,7 @@ type = quality
 material = generic_pla
 weight = 1
 quality_type = high
+setting_version = 1
 
 [values]
 layer_height = 0.1

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

@@ -1,4 +1,3 @@
-
 [general]
 version = 2
 name = Normal Quality
@@ -9,6 +8,7 @@ type = quality
 material = generic_pla
 weight = 0
 quality_type = normal
+setting_version = 1
 
 [values]
 layer_height = 0.2

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

@@ -1,4 +1,3 @@
-
 [general]
 version = 2
 name = Normal Quality
@@ -9,6 +8,7 @@ type = quality
 material = generic_pla
 weight = 0
 quality_type = normal
+setting_version = 1
 
 [values]
 layer_height = 0.2

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

@@ -1,4 +1,3 @@
-
 [general]
 version = 2
 name = High Quality
@@ -9,6 +8,7 @@ type = quality
 material = generic_pla
 weight = 1
 quality_type = high
+setting_version = 1
 
 [values]
 layer_height = 0.1

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

@@ -1,4 +1,3 @@
-
 [general]
 version = 2
 name = Normal Quality
@@ -9,6 +8,7 @@ type = quality
 material = generic_pla
 weight = 0
 quality_type = normal
+setting_version = 1
 
 [values]
 layer_height = 0.2

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

@@ -1,4 +1,3 @@
-
 [general]
 version = 2
 name = Normal Quality
@@ -9,6 +8,7 @@ type = quality
 material = generic_pla
 weight = 0
 quality_type = normal
+setting_version = 1
 
 [values]
 layer_height = 0.2

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

@@ -1,4 +1,3 @@
-
 [general]
 version = 2
 name = High Quality
@@ -8,6 +7,7 @@ type = quality
 material = generic_pla
 weight = 1
 quality_type = high
+setting_version = 1
 
 [values]
 layer_height = 0.1

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

@@ -1,4 +1,3 @@
-
 [general]
 version = 2
 name = Normal Quality
@@ -9,6 +8,7 @@ type = quality
 material = generic_pla
 weight = 0
 quality_type = normal
+setting_version = 1
 
 [values]
 layer_height = 0.2

+ 1 - 0
resources/quality/cartesio/abs/cartesio_0.25_abs_high.inst.cfg

@@ -8,6 +8,7 @@ type = quality
 quality_type = high
 material = generic_abs_175_cartesio_0.25_mm
 weight = 1
+setting_version = 1
 
 [values]
 infill_line_width = 0.3

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