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:
authorGhostkeeper <rubend@tutanota.com>2021-12-14 20:46:22 +0300
committerGhostkeeper <rubend@tutanota.com>2021-12-14 20:46:22 +0300
commit0edfa8908497b9c7e19dd5a9ea8be16ad5f7b1ff (patch)
treeb36ed3034741704469298fcb2402550ad9f7cf2d /resources/quality
parent9140b71b1998d75d51ae556bbb63059de6016c9c (diff)
parent661e44498aebe1d881095f09747bd2481f11953e (diff)
Merge branch 'master' of github.com:VOLUMIC/Cura into VOLUMIC-master
Diffstat (limited to 'resources/quality')
-rw-r--r--resources/quality/volumic/sh65_coarse.inst.cfg26
-rw-r--r--resources/quality/volumic/sh65_draft.inst.cfg26
-rw-r--r--resources/quality/volumic/sh65_extra_coarse.inst.cfg26
-rw-r--r--resources/quality/volumic/sh65_fast.inst.cfg26
-rw-r--r--resources/quality/volumic/sh65_high.inst.cfg26
-rw-r--r--resources/quality/volumic/sh65_normal.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30mk3_coarse.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30mk3_draft.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30mk3_extra_coarse.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30mk3_fast.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30mk3_high.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30mk3_normal.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30ultrasc2_coarse.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30ultrasc2_draft.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30ultrasc2_extra_coarse.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30ultrasc2_fast.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30ultrasc2_high.inst.cfg26
-rw-r--r--resources/quality/volumic/stream30ultrasc2_normal.inst.cfg26
18 files changed, 468 insertions, 0 deletions
diff --git a/resources/quality/volumic/sh65_coarse.inst.cfg b/resources/quality/volumic/sh65_coarse.inst.cfg
new file mode 100644
index 0000000000..fce43507b7
--- /dev/null
+++ b/resources/quality/volumic/sh65_coarse.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Low
+definition = sh65
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = coarse
+weight = -1
+global_quality = True
+
+[values]
+layer_height = 0.250
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/sh65_draft.inst.cfg b/resources/quality/volumic/sh65_draft.inst.cfg
new file mode 100644
index 0000000000..b1b84cbefa
--- /dev/null
+++ b/resources/quality/volumic/sh65_draft.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Standard
+definition = sh65
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = draft
+weight = -2
+global_quality = True
+
+[values]
+layer_height = 0.2
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/sh65_extra_coarse.inst.cfg b/resources/quality/volumic/sh65_extra_coarse.inst.cfg
new file mode 100644
index 0000000000..bcb19d612f
--- /dev/null
+++ b/resources/quality/volumic/sh65_extra_coarse.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Very low
+definition = sh65
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = extra coarse
+weight = 0
+global_quality = True
+
+[values]
+layer_height = 0.3
+top_bottom_thickness = 1.1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/sh65_fast.inst.cfg b/resources/quality/volumic/sh65_fast.inst.cfg
new file mode 100644
index 0000000000..01bf626ad8
--- /dev/null
+++ b/resources/quality/volumic/sh65_fast.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Medium
+definition = sh65
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = fast
+weight = -3
+global_quality = True
+
+[values]
+layer_height = 0.15
+top_bottom_thickness = 1.05
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/sh65_high.inst.cfg b/resources/quality/volumic/sh65_high.inst.cfg
new file mode 100644
index 0000000000..549cfb69a7
--- /dev/null
+++ b/resources/quality/volumic/sh65_high.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Very high
+definition = sh65
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = high
+weight = -5
+global_quality = True
+
+[values]
+layer_height = 0.05
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/sh65_normal.inst.cfg b/resources/quality/volumic/sh65_normal.inst.cfg
new file mode 100644
index 0000000000..5f60e22c9b
--- /dev/null
+++ b/resources/quality/volumic/sh65_normal.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = High
+definition = sh65
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = normal
+weight = -4
+global_quality = True
+
+[values]
+layer_height = 0.1
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30mk3_coarse.inst.cfg b/resources/quality/volumic/stream30mk3_coarse.inst.cfg
new file mode 100644
index 0000000000..6ce36779bd
--- /dev/null
+++ b/resources/quality/volumic/stream30mk3_coarse.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Low
+definition = stream30mk3
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = coarse
+weight = -1
+global_quality = True
+
+[values]
+layer_height = 0.250
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30mk3_draft.inst.cfg b/resources/quality/volumic/stream30mk3_draft.inst.cfg
new file mode 100644
index 0000000000..67ae9158a3
--- /dev/null
+++ b/resources/quality/volumic/stream30mk3_draft.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Standard
+definition = stream30mk3
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = draft
+weight = -2
+global_quality = True
+
+[values]
+layer_height = 0.2
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30mk3_extra_coarse.inst.cfg b/resources/quality/volumic/stream30mk3_extra_coarse.inst.cfg
new file mode 100644
index 0000000000..8f8d8ce76f
--- /dev/null
+++ b/resources/quality/volumic/stream30mk3_extra_coarse.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Very low
+definition = stream30mk3
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = extra coarse
+weight = 0
+global_quality = True
+
+[values]
+layer_height = 0.3
+top_bottom_thickness = 1.1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30mk3_fast.inst.cfg b/resources/quality/volumic/stream30mk3_fast.inst.cfg
new file mode 100644
index 0000000000..48e8e9be5e
--- /dev/null
+++ b/resources/quality/volumic/stream30mk3_fast.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Medium
+definition = stream30mk3
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = fast
+weight = -3
+global_quality = True
+
+[values]
+layer_height = 0.15
+top_bottom_thickness = 1.05
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30mk3_high.inst.cfg b/resources/quality/volumic/stream30mk3_high.inst.cfg
new file mode 100644
index 0000000000..0520548d1d
--- /dev/null
+++ b/resources/quality/volumic/stream30mk3_high.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Very high
+definition = stream30mk3
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = high
+weight = -5
+global_quality = True
+
+[values]
+layer_height = 0.05
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30mk3_normal.inst.cfg b/resources/quality/volumic/stream30mk3_normal.inst.cfg
new file mode 100644
index 0000000000..cb1a89bf3f
--- /dev/null
+++ b/resources/quality/volumic/stream30mk3_normal.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = High
+definition = stream30mk3
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = normal
+weight = -4
+global_quality = True
+
+[values]
+layer_height = 0.1
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30ultrasc2_coarse.inst.cfg b/resources/quality/volumic/stream30ultrasc2_coarse.inst.cfg
new file mode 100644
index 0000000000..caf13670bb
--- /dev/null
+++ b/resources/quality/volumic/stream30ultrasc2_coarse.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Low
+definition = stream30ultrasc2
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = coarse
+weight = -1
+global_quality = True
+
+[values]
+layer_height = 0.250
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30ultrasc2_draft.inst.cfg b/resources/quality/volumic/stream30ultrasc2_draft.inst.cfg
new file mode 100644
index 0000000000..0f830c37e3
--- /dev/null
+++ b/resources/quality/volumic/stream30ultrasc2_draft.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Standard
+definition = stream30ultrasc2
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = draft
+weight = -2
+global_quality = True
+
+[values]
+layer_height = 0.2
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30ultrasc2_extra_coarse.inst.cfg b/resources/quality/volumic/stream30ultrasc2_extra_coarse.inst.cfg
new file mode 100644
index 0000000000..2768dd8154
--- /dev/null
+++ b/resources/quality/volumic/stream30ultrasc2_extra_coarse.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Very low
+definition = stream30ultrasc2
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = extra coarse
+weight = 0
+global_quality = True
+
+[values]
+layer_height = 0.3
+top_bottom_thickness = 1.1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30ultrasc2_fast.inst.cfg b/resources/quality/volumic/stream30ultrasc2_fast.inst.cfg
new file mode 100644
index 0000000000..a0509980ba
--- /dev/null
+++ b/resources/quality/volumic/stream30ultrasc2_fast.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Medium
+definition = stream30ultrasc2
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = fast
+weight = -3
+global_quality = True
+
+[values]
+layer_height = 0.15
+top_bottom_thickness = 1.05
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30ultrasc2_high.inst.cfg b/resources/quality/volumic/stream30ultrasc2_high.inst.cfg
new file mode 100644
index 0000000000..6716a4edd0
--- /dev/null
+++ b/resources/quality/volumic/stream30ultrasc2_high.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = Very high
+definition = stream30ultrasc2
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = high
+weight = -5
+global_quality = True
+
+[values]
+layer_height = 0.05
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file
diff --git a/resources/quality/volumic/stream30ultrasc2_normal.inst.cfg b/resources/quality/volumic/stream30ultrasc2_normal.inst.cfg
new file mode 100644
index 0000000000..1e40ec60b4
--- /dev/null
+++ b/resources/quality/volumic/stream30ultrasc2_normal.inst.cfg
@@ -0,0 +1,26 @@
+[general]
+version = 4
+name = High
+definition = stream30ultrasc2
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = normal
+weight = -4
+global_quality = True
+
+[values]
+layer_height = 0.1
+top_bottom_thickness = 1
+wall_thickness = 1.2
+line_width = 0.4
+travel_avoid_distance = 1
+speed_infill = 100
+speed_layer_0 = 40
+speed_print = 100
+speed_topbottom = 80
+speed_travel = 140
+speed_wall = 40
+speed_wall_0 = 40
+speed_wall_x = 60 \ No newline at end of file