mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Added option to independently set z axis travel speed
This commit is contained in:
parent
e1f2336b8e
commit
bd6badf123
6 changed files with 13 additions and 2 deletions
|
@ -1545,6 +1545,7 @@ void TabPrint::build()
|
|||
|
||||
optgroup = page->new_optgroup(L("Speed for non-print moves"));
|
||||
optgroup->append_single_option_line("travel_speed");
|
||||
optgroup->append_single_option_line("travel_speed_z");
|
||||
|
||||
optgroup = page->new_optgroup(L("Modifiers"));
|
||||
optgroup->append_single_option_line("first_layer_speed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue