allow users to adjust bottom infill flowrate

This commit is contained in:
SoftFever 2022-09-19 16:57:26 +08:00
parent bd174798c3
commit 6ec5e920e2
5 changed files with 19 additions and 3 deletions

View file

@ -1783,6 +1783,7 @@ void TabPrint::build()
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("bottom_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");