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:
Ghostkeeper 2016-10-25 13:06:30 +02:00 committed by Jaime van Kessel
parent f72e6be10e
commit 861837ef41
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ definition = fdmprinter
[metadata]
type = quality
quality_type = high
global_quality = True
weight = 1
[values]

View file

@ -6,6 +6,7 @@ definition = fdmprinter
[metadata]
type = quality
quality_type = low
global_quality = True
weight = -1
[values]

View file

@ -6,6 +6,7 @@ definition = fdmprinter
[metadata]
type = quality
quality_type = normal
global_quality = True
weight = 0
[values]