mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
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:
parent
c62bfc8ece
commit
0286c701fd
4 changed files with 31 additions and 28 deletions
|
@ -4,10 +4,11 @@ name = Draft
|
|||
definition = anycubic_chiron
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
setting_version = 7
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
|
|
|
@ -4,10 +4,11 @@ name = High
|
|||
definition = anycubic_chiron
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
setting_version = 7
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 2
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
|
|
|
@ -4,10 +4,11 @@ name = Normal
|
|||
definition = anycubic_chiron
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
setting_version = 7
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 1
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue