Browse Source

Add global quality profiles.

Fredrik Öhrn 7 years ago
parent
commit
1b0848229e

+ 14 - 0
resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg

@@ -0,0 +1,14 @@
+[general]
+version = 3
+name = Fast
+definition = zyyx_agile
+
+[metadata]
+setting_version = 4
+type = quality
+quality_type = fast
+weight = 1
+global_quality = True
+
+[values]
+layer_height = 0.3

+ 14 - 0
resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg

@@ -0,0 +1,14 @@
+[general]
+version = 3
+name = Fine
+definition = zyyx_agile
+
+[metadata]
+setting_version = 4
+type = quality
+quality_type = fine
+weight = 3
+global_quality = True
+
+[values]
+layer_height = 0.1

+ 14 - 0
resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg

@@ -0,0 +1,14 @@
+[general]
+version = 3
+name = Normal
+definition = zyyx_agile
+
+[metadata]
+setting_version = 4
+type = quality
+quality_type = normal
+weight = 2
+global_quality = True
+
+[values]
+layer_height = 0.2