New experimental parameter to adjust initial loading speed of the filament from the nozzle

This commit is contained in:
Lukas Matena 2018-08-14 16:23:23 +02:00
parent 09ce6c62ea
commit 74e807f89b
7 changed files with 20 additions and 5 deletions

View file

@ -1292,6 +1292,7 @@ void TabFilament::build()
optgroup = page->new_optgroup(_(L("Toolchange parameters with single extruder MM printers")));
optgroup->append_single_option_line("filament_loading_speed");
optgroup->append_single_option_line("filament_unloading_speed");
optgroup->append_single_option_line("filament_unloading_speed_start");
optgroup->append_single_option_line("filament_load_time");
optgroup->append_single_option_line("filament_unload_time");
optgroup->append_single_option_line("filament_toolchange_delay");