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 16:09:48 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-02-14 11:21:00 +0300
commit96d5c8c35d37f734a1548a02d7e2648e50db8d76 (patch)
treef1bf2da639921144d7edf4c01f5b509ad296e62a /src/slic3r/GUI/Tab.cpp
parentf8c5855d559e175f28464d574c9173ef175368a8 (diff)
Add elephant foot compensation to SLA print
Work in progress Convert efc input to the right scaling Apply EFC on the slice index to make it visible in the preview.
Diffstat (limited to 'src/slic3r/GUI/Tab.cpp')
-rw-r--r--src/slic3r/GUI/Tab.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp
index c5c6dc466..1b46ed755 100644
--- a/src/slic3r/GUI/Tab.cpp
+++ b/src/slic3r/GUI/Tab.cpp
@@ -2112,8 +2112,9 @@ 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("gamma_correction");
-
+
optgroup = page->new_optgroup(_(L("Exposure")));
optgroup->append_single_option_line("min_exposure_time");
optgroup->append_single_option_line("max_exposure_time");