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:
authorJaime van Kessel <nallath@gmail.com>2022-05-20 17:54:01 +0300
committerGitHub <noreply@github.com>2022-05-20 17:54:01 +0300
commitf130eb2e7cafdec78849d5763f2914d609691718 (patch)
treefdc1fd9186cbc5e674b8b0dda3f1c6325f80d9cc
parentb5e3479c1c8e9f76cb6bbf23434bedae178a6c39 (diff)
parent35b08467cf471fd51965992bee4ea82e3f19738d (diff)
Merge pull request #11623 from cbc02009/fix-voron-retraction
fix retraction speed and amount for direct drive afterburner.
-rw-r--r--resources/definitions/voron2_base.def.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/definitions/voron2_base.def.json b/resources/definitions/voron2_base.def.json
index ec069b24fb..b9a1484ae7 100644
--- a/resources/definitions/voron2_base.def.json
+++ b/resources/definitions/voron2_base.def.json
@@ -98,8 +98,9 @@
"machine_start_gcode": { "default_value": "print_start" },
"machine_end_gcode": { "default_value": "print_end" },
"adhesion_type": { "default_value": "skirt" },
+ "retraction_amount": { "default_value": 0.75 },
"skirt_brim_minimal_length": { "default_value": 550 },
- "retraction_speed": { "default_value": 80, "maximum_value_warning": 130 },
+ "retraction_speed": { "default_value": 30, "maximum_value_warning": 130 },
"retraction_retract_speed": { "maximum_value_warning": 130 },
"retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": 130 },
"retraction_hop_enabled": { "default_value": true },