Fix display of Z Hop After Extruder Switch Height on single extruder

If the setting is enabled on a single extruder printer, it'll show the Z Hop Height setting anyway even though it has no effect.
This commit is contained in:
Ghostkeeper 2019-07-18 23:32:30 +02:00
parent 7d3a2c60d4
commit 5e302c6a67
No known key found for this signature in database
GPG key ID: B47E36CF62F1D06E

View file

@ -3890,7 +3890,7 @@
"value": "retraction_hop",
"minimum_value_warning": "0",
"maximum_value_warning": "10",
"enabled": "retraction_enable and retraction_hop_after_extruder_switch",
"enabled": "retraction_enable and retraction_hop_after_extruder_switch and extruders_enabled_count > 1",
"settable_per_mesh": false,
"settable_per_extruder": true
}