mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
Add skirt height
This commit is contained in:
parent
d733ab7e7b
commit
191a04be16
1 changed files with 1 additions and 0 deletions
|
@ -1937,6 +1937,7 @@ void TabPrint::build()
|
||||||
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_distance");
|
optgroup->append_single_option_line("skirt_distance");
|
||||||
|
optgroup->append_single_option_line("skirt_height");
|
||||||
//optgroup->append_single_option_line("draft_shield");
|
//optgroup->append_single_option_line("draft_shield");
|
||||||
optgroup->append_single_option_line("brim_type", "auto-brim");
|
optgroup->append_single_option_line("brim_type", "auto-brim");
|
||||||
optgroup->append_single_option_line("brim_width", "auto-brim#manual");
|
optgroup->append_single_option_line("brim_width", "auto-brim#manual");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue