Remove to Ignore small overhangs: Full update (#11073)

Ignore small overhangs

Co-authored-by: Briella Bugs <72235413+briellabugs@users.noreply.github.com>
This commit is contained in:
Ian Bassi
2025-10-23 12:43:57 -03:00
committed by GitHub
parent d87f8e3a88
commit f0b89eadf4
4 changed files with 8 additions and 8 deletions

View File

@@ -2359,7 +2359,7 @@ void TabPrint::build()
optgroup->append_single_option_line("raft_first_layer_expansion", "support_settings_support#initial-layer-expansion");
optgroup->append_single_option_line("support_on_build_plate_only", "support_settings_support#on-build-plate-only");
optgroup->append_single_option_line("support_critical_regions_only", "support_settings_support#support-critical-regions-only");
optgroup->append_single_option_line("support_remove_small_overhang", "support_settings_support#remove-small-overhangs");
optgroup->append_single_option_line("support_remove_small_overhang", "support_settings_support#ignore-small-overhangs");
//optgroup->append_single_option_line("enforce_support_layers", "support_settings_support");
optgroup = page->new_optgroup(L("Raft"), L"param_raft");