mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:16:06 +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]
|
[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…
x
Reference in New Issue
Block a user