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
parent a3ff918dde
commit 35f43df2f6
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
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]