remove dup opt
This commit is contained in:
parent
5ef51f6c8a
commit
0148efa287
1 changed files with 0 additions and 1 deletions
|
@ -2021,7 +2021,6 @@ void TabPrint::build()
|
||||||
page = add_options_page(L("Others"), "advanced");
|
page = add_options_page(L("Others"), "advanced");
|
||||||
optgroup = page->new_optgroup(L("Bed adhension"), L"param_adhension");
|
optgroup = page->new_optgroup(L("Bed adhension"), L"param_adhension");
|
||||||
optgroup->append_single_option_line("skirt_loops");
|
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("skirt_distance");
|
||||||
optgroup->append_single_option_line("skirt_height");
|
optgroup->append_single_option_line("skirt_height");
|
||||||
//optgroup->append_single_option_line("draft_shield");
|
//optgroup->append_single_option_line("draft_shield");
|
||||||
|
|
Loading…
Reference in a new issue