From 4eaf09e982e29f79d3476053d4ecd06ca678e404 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 24 Jun 2016 15:22:57 +0200 Subject: [PATCH] JSON fix: the height of the extruder switch z hop is now equal to the zhop height (CURA-1506 CURA-1061) making the height configurable is quite difficult with how retraction currently works and there is not a lot of added value --- resources/definitions/fdmprinter.def.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index eb9157a92b..8ca818d927 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1111,19 +1111,6 @@ } } }, - "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.", - "type": "float", - "unit": "mm", - "default_value": 1, - "minimum_value_warning": "-0.0001", - "maximum_value_warning": "10", - "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.",