Added separate checkbox for gap filling (#5999)

* in dev

* moved to Advanced menu
This commit is contained in:
Ilya
2021-02-10 07:01:40 -08:00
committed by GitHub
parent 22b2ccc474
commit f639c08caf
7 changed files with 14 additions and 2 deletions

View File

@@ -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");