add One wall threshold parameter

This commit is contained in:
SoftFever
2023-08-10 10:55:43 +08:00
parent ac3098fcfb
commit 765fb64e20
6 changed files with 23 additions and 6 deletions

View File

@@ -1886,6 +1886,7 @@ void TabPrint::build()
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("min_width_top_surface");
optgroup->append_single_option_line("only_one_wall_first_layer");
optgroup->append_single_option_line("detect_overhang_wall");
optgroup->append_single_option_line("make_overhang_printable");