mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -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]
|
||||
type = quality
|
||||
quality_type = high
|
||||
global_quality = True
|
||||
weight = 1
|
||||
|
||||
[values]
|
||||
|
|
|
@ -6,6 +6,7 @@ definition = fdmprinter
|
|||
[metadata]
|
||||
type = quality
|
||||
quality_type = low
|
||||
global_quality = True
|
||||
weight = -1
|
||||
|
||||
[values]
|
||||
|
|
|
@ -6,6 +6,7 @@ definition = fdmprinter
|
|||
[metadata]
|
||||
type = quality
|
||||
quality_type = normal
|
||||
global_quality = True
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue