Allow user to adjust top solid infill flowrate

This commit is contained in:
SoftFever 2022-09-12 00:22:38 +08:00
parent a189784c16
commit bc545cf90e
5 changed files with 18 additions and 2 deletions

View file

@ -1782,6 +1782,7 @@ void TabPrint::build()
optgroup = page->new_optgroup(L("Advanced"));
optgroup->append_single_option_line("wall_infill_order");
optgroup->append_single_option_line("bridge_flow");
optgroup->append_single_option_line("top_solid_infill_flow_ratio");
optgroup->append_single_option_line("only_one_wall_top");
optgroup->append_single_option_line("only_one_wall_first_layer");
optgroup->append_single_option_line("detect_overhang_wall");