bridge angle

This commit is contained in:
SoftFever 2022-10-14 17:22:59 +08:00
parent 5b674cfe9e
commit e69a6d6ebd
9 changed files with 23 additions and 8 deletions

View file

@ -1813,6 +1813,7 @@ void TabPrint::build()
optgroup = page->new_optgroup(L("Advanced"), L"param_advanced");
optgroup->append_single_option_line("infill_wall_overlap");
optgroup->append_single_option_line("infill_direction");
optgroup->append_single_option_line("bridge_angle");
optgroup->append_single_option_line("minimum_sparse_infill_area");
optgroup->append_single_option_line("infill_combination");
optgroup->append_single_option_line("detect_narrow_internal_solid_infill");