mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 21:09:00 +08:00
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:
parent
7d3a2c60d4
commit
5e302c6a67
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user