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:
authorRemco Burema <r.burema@ultimaker.com>2021-10-20 09:38:01 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-10-20 09:38:01 +0300
commit86046a32b301b1db917a3c1ea0630ae684e640d3 (patch)
treeadbfecccc30d7fb75663820307693a344c018329 /resources/definitions/voron2_base.def.json
parent2fc20fd04a8541bc30d6d88e1278ac6f444b81a2 (diff)
parent7680124f7e9d46a7e52e81cde6b47c39af563cd0 (diff)
Merge branch 'master' into merge_main_20211019
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 cc48833136..ec069b24fb 100644
--- a/resources/definitions/voron2_base.def.json
+++ b/resources/definitions/voron2_base.def.json
@@ -104,7 +104,7 @@
"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 },
- "retraction_combing": { "default_value": "noskin" },
+ "retraction_combing": { "value": "'noskin'" },
"retraction_combing_max_distance": { "default_value": 10 },
"travel_avoid_other_parts": { "default_value": false },
"speed_travel": { "maximum_value": 300, "value": 300, "maximum_value_warning": 501 },