From 1b0848229ef333ed832a0850994d5da4aba51cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrn?= Date: Sat, 31 Mar 2018 13:40:21 +0200 Subject: [PATCH] Add global quality profiles. --- .../quality/zyyx/zyyx_agile_global_fast.inst.cfg | 14 ++++++++++++++ .../quality/zyyx/zyyx_agile_global_fine.inst.cfg | 14 ++++++++++++++ .../quality/zyyx/zyyx_agile_global_normal.inst.cfg | 14 ++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg create mode 100644 resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg create mode 100644 resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg diff --git a/resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg b/resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg new file mode 100644 index 0000000000..b2a27a7d38 --- /dev/null +++ b/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 diff --git a/resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg b/resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg new file mode 100644 index 0000000000..77a513ceab --- /dev/null +++ b/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 diff --git a/resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg b/resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg new file mode 100644 index 0000000000..bb342715ba --- /dev/null +++ b/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