FIX: z_hop_types extruder_idx

Change-Id: I277811d78af89049fc466c16cfb968ffbd281831
This commit is contained in:
chunmao.guo 2023-02-13 10:42:28 +08:00 committed by Lane.Wei
parent e1f97681f4
commit 15126bda6d
1 changed files with 1 additions and 1 deletions

View File

@ -3352,7 +3352,7 @@ void TabPrinter::build_unregular_pages(bool from_initial_build/* = false*/)
optgroup = page->new_optgroup(L("Retraction"), L"param_retraction");
optgroup->append_single_option_line("retraction_length", "", extruder_idx);
optgroup->append_single_option_line("z_hop", "", extruder_idx);
optgroup->append_single_option_line("z_hop_types", "");
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);
//optgroup->append_single_option_line("retract_restart_extra", "", extruder_idx);