ENH: disable internal_bridge_support_thickness

1.In the new algorithm,we no longer use this param

jira:NEW

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie7660c0f9744cb1f33bce4fa1ccbfef06b3df712
This commit is contained in:
xun.zhang 2024-04-03 16:34:26 +08:00 committed by Lane.Wei
parent 7116c5a7c5
commit 609a133336
2 changed files with 2 additions and 2 deletions

View File

@ -834,7 +834,7 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "ensure_vertical_shell_thickness"
|| opt_key == "bridge_angle"
//BBS
|| opt_key == "internal_bridge_support_thickness") {
) {
steps.emplace_back(posPrepareInfill);
} else if (
opt_key == "top_surface_pattern"

View File

@ -2020,7 +2020,7 @@ void TabPrint::build()
optgroup->append_single_option_line("infill_combination","parameter/strength-advance-settings");
optgroup->append_single_option_line("detect_narrow_internal_solid_infill","parameter/strength-advance-settings");
optgroup->append_single_option_line("ensure_vertical_shell_thickness","parameter/strength-advance-settings");
optgroup->append_single_option_line("internal_bridge_support_thickness","parameter/strength-advance-settings");
//optgroup->append_single_option_line("internal_bridge_support_thickness","parameter/strength-advance-settings");
page = add_options_page(L("Speed"), "empty");
optgroup = page->new_optgroup(L("Initial layer speed"), L"param_speed_first", 15);