From 861837ef41242c988f72ad0ea982ec3c7b90b8f8 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 25 Oct 2016 13:06:30 +0200 Subject: [PATCH] Make generic quality profiles global This way they will also be put in the global profile. Contributes to issue CURA-2723. --- resources/quality/high.inst.cfg | 1 + resources/quality/low.inst.cfg | 1 + resources/quality/normal.inst.cfg | 1 + 3 files changed, 3 insertions(+) diff --git a/resources/quality/high.inst.cfg b/resources/quality/high.inst.cfg index 9e3e9f1f67..921dae9ae0 100644 --- a/resources/quality/high.inst.cfg +++ b/resources/quality/high.inst.cfg @@ -6,6 +6,7 @@ definition = fdmprinter [metadata] type = quality quality_type = high +global_quality = True weight = 1 [values] diff --git a/resources/quality/low.inst.cfg b/resources/quality/low.inst.cfg index 787325c27c..82d4e0d327 100644 --- a/resources/quality/low.inst.cfg +++ b/resources/quality/low.inst.cfg @@ -6,6 +6,7 @@ definition = fdmprinter [metadata] type = quality quality_type = low +global_quality = True weight = -1 [values] diff --git a/resources/quality/normal.inst.cfg b/resources/quality/normal.inst.cfg index e940bbda35..26da3b48da 100644 --- a/resources/quality/normal.inst.cfg +++ b/resources/quality/normal.inst.cfg @@ -6,6 +6,7 @@ definition = fdmprinter [metadata] type = quality quality_type = normal +global_quality = True weight = 0 [values]