Added new parameter elefant_foot_min_width

This commit is contained in:
tamasmeszaros 2020-02-06 16:28:02 +01:00
parent 96d5c8c35d
commit 41d77b492c
7 changed files with 30 additions and 5 deletions

View file

@ -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",

View file

@ -2113,6 +2113,7 @@ 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")));