Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKOONOVO3DPrinter <engineer@koonovo.com>2022-09-05 15:08:59 +0300
committerGitHub <noreply@github.com>2022-09-05 15:08:59 +0300
commitdb6e7d57f93a9845f1a6460d9835800ac02aee48 (patch)
treee328eb3ac1e80b9fc21b6d087b5187855ffed427 /resources/quality
parent54aa404ec671ed153fb09528e2adf60dd84d6de2 (diff)
Add tank-M machine (#13036)
CURA-9605
Diffstat (limited to 'resources/quality')
-rw-r--r--resources/quality/tank_m_base_global_draft.inst.cfg17
-rw-r--r--resources/quality/tank_m_base_global_high.inst.cfg18
-rw-r--r--resources/quality/tank_m_base_global_standard.inst.cfg18
3 files changed, 53 insertions, 0 deletions
diff --git a/resources/quality/tank_m_base_global_draft.inst.cfg b/resources/quality/tank_m_base_global_draft.inst.cfg
new file mode 100644
index 0000000000..cd5d1a23c0
--- /dev/null
+++ b/resources/quality/tank_m_base_global_draft.inst.cfg
@@ -0,0 +1,17 @@
+[general]
+version = 4
+name = Draft Quality
+definition = tank_m_base
+
+[metadata]
+setting_version = 20
+type = quality
+quality_type = draft
+global_quality = True
+
+[values]
+layer_height = 0.24
+layer_height_0 = 0.24
+top_bottom_thickness = =layer_height_0+layer_height*3
+wall_thickness = =line_width*2
+support_interface_height = =layer_height*4
diff --git a/resources/quality/tank_m_base_global_high.inst.cfg b/resources/quality/tank_m_base_global_high.inst.cfg
new file mode 100644
index 0000000000..26af4239b1
--- /dev/null
+++ b/resources/quality/tank_m_base_global_high.inst.cfg
@@ -0,0 +1,18 @@
+[general]
+version = 4
+name = Super Quality
+definition = tank_m_base
+
+[metadata]
+setting_version = 20
+type = quality
+quality_type = high
+weight = -1
+global_quality = True
+
+[values]
+layer_height = 0.12
+layer_height_0 = 0.12
+top_bottom_thickness = =layer_height_0+layer_height*6
+wall_thickness = =line_width*3
+support_interface_height = =layer_height*8
diff --git a/resources/quality/tank_m_base_global_standard.inst.cfg b/resources/quality/tank_m_base_global_standard.inst.cfg
new file mode 100644
index 0000000000..eb7984c7ec
--- /dev/null
+++ b/resources/quality/tank_m_base_global_standard.inst.cfg
@@ -0,0 +1,18 @@
+[general]
+version = 4
+name = Standard Quality
+definition = tank_m_base
+
+[metadata]
+setting_version = 20
+type = quality
+quality_type = standard
+weight = -3
+global_quality = True
+
+[values]
+layer_height = 0.2
+layer_height_0 = 0.2
+top_bottom_thickness = =layer_height_0+layer_height*3
+wall_thickness = =line_width*2
+support_interface_height = =layer_height*4