mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 19:28:14 -06:00
Add option for skirt-speed override (#1371)
Add skirt speed option. Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
e925db8c0f
commit
8e4a43ea5c
7 changed files with 20 additions and 2 deletions
|
@ -2033,6 +2033,7 @@ void TabPrint::build()
|
|||
optgroup->append_single_option_line("skirt_loops");
|
||||
optgroup->append_single_option_line("skirt_distance");
|
||||
optgroup->append_single_option_line("skirt_height");
|
||||
optgroup->append_single_option_line("skirt_speed");
|
||||
//optgroup->append_single_option_line("draft_shield");
|
||||
optgroup->append_single_option_line("brim_type", "auto-brim");
|
||||
optgroup->append_single_option_line("brim_width", "auto-brim#manual");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue