Fix duplicate entry of Only Lift Z above and below in the extruder tab (#3788)
This commit is contained in:
parent
7aee846ddc
commit
757b4de4c6
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue