Skip to content

Commit

Permalink
Fix duplicate entry of Only Lift Z above and below in the extruder tab (
Browse files Browse the repository at this point in the history
#2561)

Update Tab.cpp
  • Loading branch information
igiannakas committed Nov 1, 2023
1 parent b7d9899 commit 46b31a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/slic3r/GUI/Tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3562,8 +3562,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);
Expand Down

0 comments on commit 46b31a4

Please sign in to comment.