From 21f57664163e61f97b1912e74722d644de426004 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 11 May 2016 16:39:44 +0200 Subject: [PATCH] JSON feat: switch_extruder_retraction_hop (CURA-1061) --- resources/machines/dual_extrusion_printer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/machines/dual_extrusion_printer.json b/resources/machines/dual_extrusion_printer.json index 2977345bcb..05096ffdd0 100644 --- a/resources/machines/dual_extrusion_printer.json +++ b/resources/machines/dual_extrusion_printer.json @@ -304,6 +304,18 @@ "global_only": true } } + }, + "switch_extruder_retraction_hop": { + "label": "Nozzle Switch Z Hop", + "description": "Whenever the machine switches to another nozzle, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle which has been unused for a while from oozing material on the outside of the print.", + "unit": "mm", + "type": "float", + "default": 1.0, + "min_value_warning": "-0.0001", + "max_value_warning": "10", + "visible": false, + "inherit": false, + "enabled": "retraction_enable" } } }