Change setting_version to be the same as in current master

Also change the profiles to act as global profiles and fix indentation.

Contributes to CURA-6080.
This commit is contained in:
Diego Prado Gesto 2019-03-08 17:00:17 +01:00
parent c62bfc8ece
commit 0286c701fd
4 changed files with 31 additions and 28 deletions

View File

@ -4,10 +4,11 @@ name = Draft
definition = anycubic_chiron definition = anycubic_chiron
[metadata] [metadata]
setting_version = 5 setting_version = 7
type = quality type = quality
quality_type = draft quality_type = draft
weight = 0 weight = -2
global_quality = True
[values] [values]
acceleration_enabled = True acceleration_enabled = True

View File

@ -4,10 +4,11 @@ name = High
definition = anycubic_chiron definition = anycubic_chiron
[metadata] [metadata]
setting_version = 5 setting_version = 7
type = quality type = quality
quality_type = high quality_type = high
weight = 2 weight = 1
global_quality = True
[values] [values]
acceleration_enabled = True acceleration_enabled = True

View File

@ -4,10 +4,11 @@ name = Normal
definition = anycubic_chiron definition = anycubic_chiron
[metadata] [metadata]
setting_version = 5 setting_version = 7
type = quality type = quality
quality_type = normal quality_type = normal
weight = 1 weight = 0
global_quality = True
[values] [values]
acceleration_enabled = True acceleration_enabled = True