mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08: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,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…
x
Reference in New Issue
Block a user