JSON fix: retraction_hop_after_extruder_switch only visible for dual extrusion (CURA-2727)

This commit is contained in:
Tim Kuipers 2016-10-19 13:05:10 +02:00
parent aad3da85e9
commit 9780895812

View File

@ -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
}