From ccd97f199487c80c8d48cd59e6d615df6b1a1c4b Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 24 Jun 2016 13:29:40 +0200 Subject: [PATCH] JSON feat: (bool) retraction_hop_after_extruder_switch (CURA-1506 CURA-1061) --- resources/definitions/fdmprinter.def.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 8cec9cfeb4..eb9157a92b 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1123,6 +1123,15 @@ "enabled": "retraction_enable", "settable_per_mesh": false, "settable_per_extruder": true + }, + "retraction_hop_after_extruder_switch": { + "label": "Z Hop After Extruder Switch", + "description": "After the machine switched from one extruder to the other, the build plate is lowered to create clearance between the nozzle and the print. This prevents the nozzle from leaving oozed material on the outside of a print.", + "type": "bool", + "default_value": true, + "enabled": "retraction_hop_enabled", + "settable_per_mesh": false, + "settable_per_extruder": true } } },