Expose interface_shells option (#8411)

This commit is contained in:
SoftFever 2025-02-15 23:26:52 +08:00 committed by GitHub
parent ccbda78477
commit 85bbbee8bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2328,6 +2328,7 @@ void TabPrint::build()
optgroup->append_single_option_line("flush_into_support", "reduce-wasting-during-filament-change#wipe-into-support-enabled-by-default");
optgroup = page->new_optgroup(L("Advanced"), L"advanced");
optgroup->append_single_option_line("interlocking_beam");
optgroup->append_single_option_line("interface_shells");
optgroup->append_single_option_line("mmu_segmented_region_max_width");
optgroup->append_single_option_line("mmu_segmented_region_interlocking_depth");
optgroup->append_single_option_line("interlocking_beam_width");