From 97808958123dacc0a2e027dbe22519461bf3ac83 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 19 Oct 2016 13:05:10 +0200 Subject: [PATCH] JSON fix: retraction_hop_after_extruder_switch only visible for dual extrusion (CURA-2727) --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 2862dfb857..cd23b9d677 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2183,7 +2183,7 @@ "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", + "enabled": "retraction_hop_enabled and machine_extruder_count > 1", "settable_per_mesh": false, "settable_per_extruder": true }