mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Added separate checkbox for gap filling (#5999)
* in dev * moved to Advanced menu
This commit is contained in:
parent
22b2ccc474
commit
f639c08caf
7 changed files with 14 additions and 2 deletions
|
@ -1435,6 +1435,7 @@ void TabPrint::build()
|
|||
optgroup = page->new_optgroup(L("Advanced"));
|
||||
optgroup->append_single_option_line("seam_position", category_path + "seam-position");
|
||||
optgroup->append_single_option_line("external_perimeters_first", category_path + "external-perimeters-first");
|
||||
optgroup->append_single_option_line("gap_fill_enabled");
|
||||
|
||||
optgroup = page->new_optgroup(L("Fuzzy skin (experimental)"));
|
||||
Option option = optgroup->get_option("fuzzy_skin_perimeter_mode");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue