From 58d08f2b8d701ec903f8edcbe2ce892c8357ab60 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 25 Apr 2016 16:04:42 +0200 Subject: [PATCH] Change default retraction for nozzle switch This should get overridden by the heat zone length anyway. Contributes to issue CURA-346. --- resources/machines/dual_extrusion_printer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/dual_extrusion_printer.json b/resources/machines/dual_extrusion_printer.json index f85cce9081..bdf8f9d34d 100644 --- a/resources/machines/dual_extrusion_printer.json +++ b/resources/machines/dual_extrusion_printer.json @@ -258,7 +258,7 @@ "description": "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone.", "unit": "mm", "type": "float", - "default": 16, + "default": 20, "min_value_warning": "0", "max_value_warning": "100", "visible": false,