NEW: only one wall for first layer

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I4ed31db361230b7192c210e506717e16bd28a6f3
This commit is contained in:
qing.zhang 2023-04-18 12:21:05 +08:00 committed by Lane.Wei
parent 345536e07f
commit b5c7532700
6 changed files with 18 additions and 7 deletions

View file

@ -1870,6 +1870,7 @@ void TabPrint::build()
optgroup->append_single_option_line("bridge_flow");
optgroup->append_single_option_line("thick_bridges");
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");
optgroup->append_single_option_line("reduce_crossing_wall");
optgroup->append_single_option_line("max_travel_detour_distance");