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

Update Tab.cpp
This commit is contained in:
Ioannis Giannakas 2023-11-01 04:56:14 +01:00 committed by GitHub
parent b7d9899ef3
commit 46b31a41bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3562,8 +3562,6 @@ if (is_marlin_flavor)
optgroup->append_single_option_line("retraction_length", "", extruder_idx); optgroup->append_single_option_line("retraction_length", "", extruder_idx);
optgroup->append_single_option_line("retract_restart_extra", "", 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("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("z_hop_types", "", extruder_idx);
optgroup->append_single_option_line("retraction_speed", "", extruder_idx); optgroup->append_single_option_line("retraction_speed", "", extruder_idx);
optgroup->append_single_option_line("deretraction_speed", "", extruder_idx); optgroup->append_single_option_line("deretraction_speed", "", extruder_idx);