Browse Source

Make generic quality profiles global

This way they will also be put in the global profile.

Contributes to issue CURA-2723.
Ghostkeeper 8 years ago
parent
commit
35f43df2f6

+ 1 - 0
resources/quality/high.inst.cfg

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

+ 1 - 0
resources/quality/low.inst.cfg

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

+ 1 - 0
resources/quality/normal.inst.cfg

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