Merge branch 'main' into enh-port-edit-gcode-dlg

This commit is contained in:
Ocraftyone
2024-01-14 03:54:27 -05:00
committed by GitHub
14 changed files with 463 additions and 51 deletions

View File

@@ -1995,6 +1995,7 @@ void TabPrint::build()
optgroup->append_single_option_line("bridge_density");
optgroup->append_single_option_line("thick_bridges");
optgroup->append_single_option_line("thick_internal_bridges");
optgroup->append_single_option_line("dont_filter_internal_bridges");
optgroup = page->new_optgroup(L("Overhangs"), L"param_advanced");
optgroup->append_single_option_line("detect_overhang_wall");