mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
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:
parent
8e433c32bf
commit
f49f871992
4 changed files with 24 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue