mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Make generic quality profiles global
This way they will also be put in the global profile. Contributes to issue CURA-2723.
This commit is contained in:
parent
a3ff918dde
commit
35f43df2f6
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ definition = fdmprinter
|
||||||
[metadata]
|
[metadata]
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = high
|
quality_type = high
|
||||||
|
global_quality = True
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
|
|
@ -6,6 +6,7 @@ definition = fdmprinter
|
||||||
[metadata]
|
[metadata]
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = low
|
quality_type = low
|
||||||
|
global_quality = True
|
||||||
weight = -1
|
weight = -1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
|
|
@ -6,6 +6,7 @@ definition = fdmprinter
|
||||||
[metadata]
|
[metadata]
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
global_quality = True
|
||||||
weight = 0
|
weight = 0
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue