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:
authorDaniel Kurth <daniel.kurth@stud.tu-darmstadt.de>2021-03-10 23:10:53 +0300
committerDaniel Kurth <daniel.kurth@stud.tu-darmstadt.de>2021-03-10 23:10:53 +0300
commitcb3205c3829eb490a9172576f9063abaadf67618 (patch)
treeb17a6651abaf1ebbf4a6492230c6f051df05b5aa /resources/variants
parent87cc83bbc43f01ca634a4521be839cd06985d74b (diff)
fix: Removes custom setting in machine def file
Removes custom settings in the machine definition files. These were used to set custom values for the maximum print temperature, maximum retraction speed and distance based on the tool which is used (PTFE or full metal hot end). Thus all variants are also updated. This is done based on feedback of a pull request.
Diffstat (limited to 'resources/variants')
-rw-r--r--resources/variants/atom3_all_metal_brass_0.2.inst.cfg5
-rw-r--r--resources/variants/atom3_all_metal_brass_0.4.inst.cfg5
-rw-r--r--resources/variants/atom3_all_metal_brass_0.6.inst.cfg5
-rw-r--r--resources/variants/atom3_lite_all_metal_brass_0.2.inst.cfg5
-rw-r--r--resources/variants/atom3_lite_all_metal_brass_0.4.inst.cfg5
-rw-r--r--resources/variants/atom3_lite_all_metal_brass_0.6.inst.cfg5
-rw-r--r--resources/variants/atom3_lite_ptfe_brass_0.2.inst.cfg5
-rw-r--r--resources/variants/atom3_lite_ptfe_brass_0.4.inst.cfg5
-rw-r--r--resources/variants/atom3_lite_ptfe_brass_0.6.inst.cfg5
-rw-r--r--resources/variants/atom3_ptfe_brass_0.2.inst.cfg5
-rw-r--r--resources/variants/atom3_ptfe_brass_0.4.inst.cfg5
-rw-r--r--resources/variants/atom3_ptfe_brass_0.6.inst.cfg5
12 files changed, 12 insertions, 48 deletions
diff --git a/resources/variants/atom3_all_metal_brass_0.2.inst.cfg b/resources/variants/atom3_all_metal_brass_0.2.inst.cfg
index 341f6fbc83..1dbcb9d3fd 100644
--- a/resources/variants/atom3_all_metal_brass_0.2.inst.cfg
+++ b/resources/variants/atom3_all_metal_brass_0.2.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.2
retraction_amount = 3
-retraction_speed = 50
-_material_print_temperature_maximum_value = 300
-_retraction_amount_max_warning = 3.0
-_retraction_speed_max_warning = 69 \ No newline at end of file
+retraction_speed = 50 \ No newline at end of file
diff --git a/resources/variants/atom3_all_metal_brass_0.4.inst.cfg b/resources/variants/atom3_all_metal_brass_0.4.inst.cfg
index fdaa0e4986..1137917cd9 100644
--- a/resources/variants/atom3_all_metal_brass_0.4.inst.cfg
+++ b/resources/variants/atom3_all_metal_brass_0.4.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.4
retraction_amount = 3
-retraction_speed = 50
-_material_print_temperature_maximum_value = 300
-_retraction_amount_max_warning = 3.0
-_retraction_speed_max_warning = 69
+retraction_speed = 50 \ No newline at end of file
diff --git a/resources/variants/atom3_all_metal_brass_0.6.inst.cfg b/resources/variants/atom3_all_metal_brass_0.6.inst.cfg
index 04273356eb..ea92584b6b 100644
--- a/resources/variants/atom3_all_metal_brass_0.6.inst.cfg
+++ b/resources/variants/atom3_all_metal_brass_0.6.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.6
retraction_amount = 3
-retraction_speed = 50
-_material_print_temperature_maximum_value = 300
-_retraction_amount_max_warning = 3.0
-_retraction_speed_max_warning = 69 \ No newline at end of file
+retraction_speed = 50 \ No newline at end of file
diff --git a/resources/variants/atom3_lite_all_metal_brass_0.2.inst.cfg b/resources/variants/atom3_lite_all_metal_brass_0.2.inst.cfg
index f2c063cf54..75952f266e 100644
--- a/resources/variants/atom3_lite_all_metal_brass_0.2.inst.cfg
+++ b/resources/variants/atom3_lite_all_metal_brass_0.2.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.2
retraction_amount = 3
-retraction_speed = 50
-_material_print_temperature_maximum_value = 300
-_retraction_amount_max_warning = 3.0
-_retraction_speed_max_warning = 69 \ No newline at end of file
+retraction_speed = 50 \ No newline at end of file
diff --git a/resources/variants/atom3_lite_all_metal_brass_0.4.inst.cfg b/resources/variants/atom3_lite_all_metal_brass_0.4.inst.cfg
index 487116c3b7..400bc1e1b7 100644
--- a/resources/variants/atom3_lite_all_metal_brass_0.4.inst.cfg
+++ b/resources/variants/atom3_lite_all_metal_brass_0.4.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.4
retraction_amount = 3
-retraction_speed = 50
-_material_print_temperature_maximum_value = 300
-_retraction_amount_max_warning = 3.0
-_retraction_speed_max_warning = 69 \ No newline at end of file
+retraction_speed = 50 \ No newline at end of file
diff --git a/resources/variants/atom3_lite_all_metal_brass_0.6.inst.cfg b/resources/variants/atom3_lite_all_metal_brass_0.6.inst.cfg
index a09266ebbb..5313c86f52 100644
--- a/resources/variants/atom3_lite_all_metal_brass_0.6.inst.cfg
+++ b/resources/variants/atom3_lite_all_metal_brass_0.6.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.6
retraction_amount = 3
-retraction_speed = 50
-_material_print_temperature_maximum_value = 300
-_retraction_amount_max_warning = 3.0
-_retraction_speed_max_warning = 69 \ No newline at end of file
+retraction_speed = 50 \ No newline at end of file
diff --git a/resources/variants/atom3_lite_ptfe_brass_0.2.inst.cfg b/resources/variants/atom3_lite_ptfe_brass_0.2.inst.cfg
index e1a8a506ab..73f239a670 100644
--- a/resources/variants/atom3_lite_ptfe_brass_0.2.inst.cfg
+++ b/resources/variants/atom3_lite_ptfe_brass_0.2.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.2
retraction_amount = 7
-retraction_speed = 70
-_material_print_temperature_maximum_value = 245
-_retraction_amount_max_warning = 9.0
-_retraction_speed_max_warning = 79 \ No newline at end of file
+retraction_speed = 70 \ No newline at end of file
diff --git a/resources/variants/atom3_lite_ptfe_brass_0.4.inst.cfg b/resources/variants/atom3_lite_ptfe_brass_0.4.inst.cfg
index 336ff47874..2f98925f2c 100644
--- a/resources/variants/atom3_lite_ptfe_brass_0.4.inst.cfg
+++ b/resources/variants/atom3_lite_ptfe_brass_0.4.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.4
retraction_amount = 7
-retraction_speed = 70
-_material_print_temperature_maximum_value = 245
-_retraction_amount_max_warning = 9.0
-_retraction_speed_max_warning = 79 \ No newline at end of file
+retraction_speed = 70 \ No newline at end of file
diff --git a/resources/variants/atom3_lite_ptfe_brass_0.6.inst.cfg b/resources/variants/atom3_lite_ptfe_brass_0.6.inst.cfg
index 0b25d9a9b8..de566f34f2 100644
--- a/resources/variants/atom3_lite_ptfe_brass_0.6.inst.cfg
+++ b/resources/variants/atom3_lite_ptfe_brass_0.6.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.6
retraction_amount = 7
-retraction_speed = 70
-_material_print_temperature_maximum_value = 245
-_retraction_amount_max_warning = 9.0
-_retraction_speed_max_warning = 79 \ No newline at end of file
+retraction_speed = 70 \ No newline at end of file
diff --git a/resources/variants/atom3_ptfe_brass_0.2.inst.cfg b/resources/variants/atom3_ptfe_brass_0.2.inst.cfg
index 74142d93dd..d568cec9a7 100644
--- a/resources/variants/atom3_ptfe_brass_0.2.inst.cfg
+++ b/resources/variants/atom3_ptfe_brass_0.2.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.2
retraction_amount = 7
-retraction_speed = 70
-_material_print_temperature_maximum_value = 245
-_retraction_amount_max_warning = 9.0
-_retraction_speed_max_warning = 79 \ No newline at end of file
+retraction_speed = 70 \ No newline at end of file
diff --git a/resources/variants/atom3_ptfe_brass_0.4.inst.cfg b/resources/variants/atom3_ptfe_brass_0.4.inst.cfg
index f9f4bc8804..a7415958eb 100644
--- a/resources/variants/atom3_ptfe_brass_0.4.inst.cfg
+++ b/resources/variants/atom3_ptfe_brass_0.4.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.4
retraction_amount = 7
-retraction_speed = 70
-_material_print_temperature_maximum_value = 245
-_retraction_amount_max_warning = 9.0
-_retraction_speed_max_warning = 79 \ No newline at end of file
+retraction_speed = 70 \ No newline at end of file
diff --git a/resources/variants/atom3_ptfe_brass_0.6.inst.cfg b/resources/variants/atom3_ptfe_brass_0.6.inst.cfg
index b3a531143d..baae0c4ba8 100644
--- a/resources/variants/atom3_ptfe_brass_0.6.inst.cfg
+++ b/resources/variants/atom3_ptfe_brass_0.6.inst.cfg
@@ -11,7 +11,4 @@ hardware_type = nozzle
[values]
machine_nozzle_size = 0.6
retraction_amount = 7
-retraction_speed = 70
-_material_print_temperature_maximum_value = 245
-_retraction_amount_max_warning = 9.0
-_retraction_speed_max_warning = 79 \ No newline at end of file
+retraction_speed = 70 \ No newline at end of file