mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
add back small perimeter support
This commit is contained in:
parent
c24680e09d
commit
166832cd94
11 changed files with 33 additions and 6 deletions
|
@ -1816,6 +1816,7 @@ void TabPrint::build()
|
|||
optgroup = page->new_optgroup(L("Other layers speed"), L"param_speed", 15);
|
||||
optgroup->append_single_option_line("outer_wall_speed");
|
||||
optgroup->append_single_option_line("inner_wall_speed");
|
||||
optgroup->append_single_option_line("small_perimeter_speed");
|
||||
optgroup->append_single_option_line("sparse_infill_speed");
|
||||
optgroup->append_single_option_line("internal_solid_infill_speed");
|
||||
optgroup->append_single_option_line("top_surface_speed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue