mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
WIP: Allows regions of MMU segmentation to be trimmed by chosen width.
This commit is contained in:
parent
f49ceb1e0f
commit
368b48b0a0
6 changed files with 32 additions and 1 deletions
|
@ -1586,6 +1586,7 @@ void TabPrint::build()
|
|||
|
||||
optgroup = page->new_optgroup(L("Advanced"));
|
||||
optgroup->append_single_option_line("interface_shells");
|
||||
optgroup->append_single_option_line("mmu_segmented_region_max_width");
|
||||
|
||||
page = add_options_page(L("Advanced"), "wrench");
|
||||
optgroup = page->new_optgroup(L("Extrusion width"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue