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/atom3_ptfe_brass_0.4.inst.cfg
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/atom3_ptfe_brass_0.4.inst.cfg')
-rw-r--r--resources/variants/atom3_ptfe_brass_0.4.inst.cfg5
1 files changed, 1 insertions, 4 deletions
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