Add option to set jerk for infills

Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
SoftFever 2023-01-22 22:04:47 +08:00
parent 5866d7b756
commit b7bdb65fd3
7 changed files with 17 additions and 5 deletions

View file

@ -1944,6 +1944,7 @@ void TabPrint::build()
optgroup->append_single_option_line("default_jerk");
optgroup->append_single_option_line("outer_wall_jerk");
optgroup->append_single_option_line("inner_wall_jerk");
optgroup->append_single_option_line("infill_jerk");
optgroup->append_single_option_line("top_surface_jerk");
optgroup->append_single_option_line("initial_layer_jerk");
optgroup->append_single_option_line("travel_jerk");