Add setting_version to all profiles

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

Contributes to issue CURA-3427.
This commit is contained in:
Ghostkeeper 2017-05-12 13:40:54 +02:00
parent 0f5814e52f
commit f0f8871496
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
251 changed files with 253 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -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