mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08: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
f72e6be10e
commit
861837ef41
@ -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…
x
Reference in New Issue
Block a user