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-18 19:39:56 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-02-18 19:39:56 +0300
commitfcaa498abd05843cc3f5be2ea93f660ea6dcc5f5 (patch)
tree1005eb4594e278ef8563adc78b0a0bc895a1546a /src/slic3r/GUI/Tab.cpp
parentbbdd25d0621bf1f7922b9e55e586da983a04ac07 (diff)
parent6deb6a776d38eacf22bd3da78c4546dd5e3a8ccb (diff)
Merge branch 'tm_sla_efc_SPE-1080'
Diffstat (limited to 'src/slic3r/GUI/Tab.cpp')
-rw-r--r--src/slic3r/GUI/Tab.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp
index 836402a94..e0cfe5be6 100644
--- a/src/slic3r/GUI/Tab.cpp
+++ b/src/slic3r/GUI/Tab.cpp
@@ -2112,8 +2112,10 @@ void TabPrinter::build_sla()
}
optgroup->append_line(line);
optgroup->append_single_option_line("absolute_correction");
+ optgroup->append_single_option_line("elefant_foot_compensation");
+ optgroup->append_single_option_line("elefant_foot_min_width");
optgroup->append_single_option_line("gamma_correction");
-
+
optgroup = page->new_optgroup(_(L("Exposure")));
optgroup->append_single_option_line("min_exposure_time");
optgroup->append_single_option_line("max_exposure_time");