Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-07-31 10:44:29 +0300
committerbubnikv <bubnikv@gmail.com>2018-07-31 10:44:29 +0300
commitf49f8719926a19b07a99531329c122c863309654 (patch)
tree5aa6b22020a9b2e3b8b116245fb0c21f7977de42 /xs/src/slic3r/GUI/Tab.cpp
parent8e433c32bf76af13ba55ded28ee208725e95e7eb (diff)
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).
Diffstat (limited to 'xs/src/slic3r/GUI/Tab.cpp')
-rw-r--r--xs/src/slic3r/GUI/Tab.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/Tab.cpp b/xs/src/slic3r/GUI/Tab.cpp
index 187030f31..567f6d59c 100644
--- a/xs/src/slic3r/GUI/Tab.cpp
+++ b/xs/src/slic3r/GUI/Tab.cpp
@@ -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");