From aad3da85e9f15d8d0e0987f630f8b12729604974 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 19 Oct 2016 12:59:28 +0200 Subject: [PATCH] JSON refactor: move retraction_hop_after_extruder_switch to Travel category (CURA-2727) --- resources/definitions/fdmprinter.def.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 70ca9e7110..2862dfb857 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1373,15 +1373,6 @@ "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 } } }, @@ -2186,6 +2177,15 @@ "enabled": "retraction_enable and retraction_hop_enabled", "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 } } },