Fix duplicate entry of Only Lift Z above and below in the extruder tab (#3788)

This commit is contained in:
Ioannis Giannakas 2024-01-22 13:03:20 +00:00 committed by GitHub
parent 7aee846ddc
commit 757b4de4c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3891,8 +3891,6 @@ if (is_marlin_flavor)
optgroup->append_single_option_line("retraction_length", "", extruder_idx);
optgroup->append_single_option_line("retract_restart_extra", "", extruder_idx);
optgroup->append_single_option_line("z_hop", "", extruder_idx);
optgroup->append_single_option_line("retract_lift_above", "", extruder_idx);
optgroup->append_single_option_line("retract_lift_below", "", extruder_idx);
optgroup->append_single_option_line("z_hop_types", "", extruder_idx);
optgroup->append_single_option_line("retraction_speed", "", extruder_idx);
optgroup->append_single_option_line("deretraction_speed", "", extruder_idx);