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:
authorLukas Matena <lukasmatena@seznam.cz>2018-08-14 17:23:23 +0300
committerLukas Matena <lukasmatena@seznam.cz>2018-08-14 17:23:23 +0300
commit74e807f89bb03472924563212e7b11878424f077 (patch)
treea345651fd0f98caca8db573308275cc2b8838133 /xs/src/slic3r/GUI/Tab.cpp
parent09ce6c62ea94c5f3d88eb2a7a0aa9de91c8a728e (diff)
New experimental parameter to adjust initial loading speed of the filament from the nozzle
Diffstat (limited to 'xs/src/slic3r/GUI/Tab.cpp')
-rw-r--r--xs/src/slic3r/GUI/Tab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/Tab.cpp b/xs/src/slic3r/GUI/Tab.cpp
index 7c4322c5a..d3307f1f5 100644
--- a/xs/src/slic3r/GUI/Tab.cpp
+++ b/xs/src/slic3r/GUI/Tab.cpp
@@ -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");