Allow users to set acceleration for outer/inner walls

This commit is contained in:
SoftFever 2022-09-22 23:46:01 +08:00
parent 6ec5e920e2
commit fc96fa3bc0
8 changed files with 38 additions and 2 deletions

View file

@ -1841,6 +1841,8 @@ void TabPrint::build()
optgroup->append_single_option_line("travel_speed");
optgroup = page->new_optgroup(L("Acceleration"), 15);
optgroup->append_single_option_line("outer_wall_acceleration");
optgroup->append_single_option_line("inner_wall_acceleration");
optgroup->append_single_option_line("initial_layer_acceleration");
optgroup->append_single_option_line("top_surface_acceleration");
optgroup->append_single_option_line("default_acceleration");