update first layer speed and rapid fan speed

This commit is contained in:
sunsets
2023-09-22 14:38:07 +08:00
parent 3e70923483
commit 019c6dbb10
8 changed files with 26 additions and 19 deletions

View File

@@ -1573,11 +1573,12 @@ void TabPrint::build()
optgroup = page->new_optgroup(L("Modifiers"));
optgroup->append_single_option_line("first_layer_speed");
optgroup->append_single_option_line("first_layer_speed_over_raft");
//B36
optgroup->append_single_option_line("first_layer_travel_speed");
//B37
optgroup->append_single_option_line("first_layer_external_perimeter_speed");
optgroup->append_single_option_line("first_layer_infill_speed");
optgroup->append_single_option_line("first_layer_speed_over_raft");
optgroup = page->new_optgroup(L("Acceleration control (advanced)"));
optgroup->append_single_option_line("external_perimeter_acceleration");