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:
authorBenoit Miller <benoit.miller@gmail.com>2019-12-13 01:04:01 +0300
committerBenoit Miller <benoit.miller@gmail.com>2019-12-13 01:04:01 +0300
commit44ffa97adec1a3b73c0bbbdf65e40e1097c74324 (patch)
tree8a9c1b4faf343d77120ae5a1b424c36412d7061b /resources/definitions/voron2_base.def.json
parent9700b9986b1c616853d49cc9789f406091d7dc4b (diff)
Fixed issues raised in #6666
Diffstat (limited to 'resources/definitions/voron2_base.def.json')
-rw-r--r--resources/definitions/voron2_base.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/voron2_base.def.json b/resources/definitions/voron2_base.def.json
index 470cf11dd0..7a9a6ee8aa 100644
--- a/resources/definitions/voron2_base.def.json
+++ b/resources/definitions/voron2_base.def.json
@@ -100,7 +100,7 @@
"adhesion_type": { "default_value": "skirt" },
"skirt_brim_minimal_length": { "default_value": 550 },
"retraction_speed": { "default_value": 80, "maximum_value_warning": 130 },
- "retraction_retract_speed": { "default_value": "retraction_speed", "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 },
"retraction_hop": { "default_value": 0.2 },