ENH: open skirt height

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ie709c2f2987a7c351e03cb1e3c5a06817f43df19
This commit is contained in:
qing.zhang 2023-01-28 19:43:04 +08:00 committed by Lane.Wei
parent 96d6ec699c
commit 6ea24dfd89
2 changed files with 5 additions and 4 deletions

View file

@ -1979,6 +1979,7 @@ void TabPrint::build()
page = add_options_page(L("Others"), "advanced");
optgroup = page->new_optgroup(L("Bed adhension"), L"param_adhension");
optgroup->append_single_option_line("skirt_loops");
optgroup->append_single_option_line("skirt_height");
optgroup->append_single_option_line("skirt_distance");
//optgroup->append_single_option_line("draft_shield");
optgroup->append_single_option_line("brim_type", "auto-brim");