From 8f6fb5e007a4747b418d434b30a64fb5a4923bda Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 20 Jan 2020 10:46:55 +0100 Subject: [PATCH] Revert "Properly override retraction_combing_max_distance" This reverts commit 5ddee1e70fbc2bec6b8ccc1531d146f7d79cec1b. It was changing the default behaviour for this printer. Contributes to issue CURA-6860. --- resources/definitions/voron2_base.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/voron2_base.def.json b/resources/definitions/voron2_base.def.json index adc4846905..7a9a6ee8aa 100644 --- a/resources/definitions/voron2_base.def.json +++ b/resources/definitions/voron2_base.def.json @@ -105,7 +105,7 @@ "retraction_hop_enabled": { "default_value": true }, "retraction_hop": { "default_value": 0.2 }, "retraction_combing": { "default_value": "noskin" }, - "retraction_combing_max_distance": { "value": "10" }, + "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 }, "speed_travel_layer_0": { "value": "math.ceil(speed_travel * 0.4)" },