Added filament_load_time and filament_unload_time parameters

to define the filament load / unload times spent in the MMU2.0 unit
when performing the tool change code (the T code).
This commit is contained in:
bubnikv 2018-07-31 09:44:29 +02:00
parent 8e433c32bf
commit f49f871992
4 changed files with 24 additions and 1 deletions

View file

@ -1291,6 +1291,8 @@ 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_load_time");
optgroup->append_single_option_line("filament_unload_time");
optgroup->append_single_option_line("filament_toolchange_delay");
optgroup->append_single_option_line("filament_cooling_moves");
optgroup->append_single_option_line("filament_cooling_initial_speed");