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:
authortamasmeszaros <meszaros.q@gmail.com>2020-02-06 18:28:02 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-02-14 11:21:00 +0300
commit41d77b492c26c76c9d34552a0fded919fc57e4bb (patch)
tree2e5b96103922afa2cedee5a9fcde4c8201058185 /src/slic3r/GUI/Preset.cpp
parent96d5c8c35d37f734a1548a02d7e2648e50db8d76 (diff)
Added new parameter elefant_foot_min_width
Diffstat (limited to 'src/slic3r/GUI/Preset.cpp')
-rw-r--r--src/slic3r/GUI/Preset.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Preset.cpp b/src/slic3r/GUI/Preset.cpp
index f9191b2e7..cedf3d5f8 100644
--- a/src/slic3r/GUI/Preset.cpp
+++ b/src/slic3r/GUI/Preset.cpp
@@ -558,6 +558,7 @@ const std::vector<std::string>& Preset::sla_printer_options()
"relative_correction",
"absolute_correction",
"elefant_foot_compensation",
+ "elefant_foot_min_width",
"gamma_correction",
"min_exposure_time", "max_exposure_time",
"min_initial_exposure_time", "max_initial_exposure_time",