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:
Diffstat (limited to 'resources/quality/eryone_er20')
-rw-r--r--resources/quality/eryone_er20/eryone_er20_draft.inst.cfg18
-rw-r--r--resources/quality/eryone_er20/eryone_er20_high.inst.cfg18
-rw-r--r--resources/quality/eryone_er20/eryone_er20_normal.inst.cfg18
3 files changed, 54 insertions, 0 deletions
diff --git a/resources/quality/eryone_er20/eryone_er20_draft.inst.cfg b/resources/quality/eryone_er20/eryone_er20_draft.inst.cfg
new file mode 100644
index 0000000000..64e4f2b180
--- /dev/null
+++ b/resources/quality/eryone_er20/eryone_er20_draft.inst.cfg
@@ -0,0 +1,18 @@
+[general]
+version = 4
+name = Draft
+definition = eryone_er20
+
+[metadata]
+setting_version = 16
+type = quality
+quality_type = draft
+weight = -2
+global_quality = True
+
+[values]
+acceleration_print = 1500
+layer_height = 0.3
+layer_height_0 = 0.3
+speed_print = 80
+speed_support = 60 \ No newline at end of file
diff --git a/resources/quality/eryone_er20/eryone_er20_high.inst.cfg b/resources/quality/eryone_er20/eryone_er20_high.inst.cfg
new file mode 100644
index 0000000000..db15abbeb4
--- /dev/null
+++ b/resources/quality/eryone_er20/eryone_er20_high.inst.cfg
@@ -0,0 +1,18 @@
+[general]
+version = 4
+name = High
+definition = eryone_er20
+
+[metadata]
+setting_version = 16
+type = quality
+quality_type = high
+weight = 1
+global_quality = True
+
+[values]
+acceleration_print = 500
+layer_height = 0.15
+layer_height_0 = 0.2
+speed_print = 50
+speed_support = 30 \ No newline at end of file
diff --git a/resources/quality/eryone_er20/eryone_er20_normal.inst.cfg b/resources/quality/eryone_er20/eryone_er20_normal.inst.cfg
new file mode 100644
index 0000000000..ca29834126
--- /dev/null
+++ b/resources/quality/eryone_er20/eryone_er20_normal.inst.cfg
@@ -0,0 +1,18 @@
+[general]
+version = 4
+name = Normal
+definition = eryone_er20
+
+[metadata]
+setting_version = 16
+type = quality
+quality_type = normal
+weight = 0
+global_quality = True
+
+[values]
+acceleration_print = 1000
+layer_height = 0.2
+layer_height_0 = 0.2
+speed_print = 50
+speed_support = 30 \ No newline at end of file