This commit is contained in:
bubnikv 2018-12-12 18:37:25 +01:00
commit 1925a34043
10 changed files with 125 additions and 87 deletions

View file

@ -446,6 +446,7 @@ const std::vector<std::string>& Preset::sla_printer_options()
"printer_technology",
"bed_shape", "max_print_height",
"display_width", "display_height", "display_pixels_x", "display_pixels_y",
"display_flip_xy",
"printer_correction",
"printer_notes",
"inherits"

View file

@ -1883,6 +1883,7 @@ void TabPrinter::build_sla()
line.append_option(option);
line.append_option(optgroup->get_option("display_pixels_y"));
optgroup->append_line(line);
optgroup->append_single_option_line("display_flip_xy");
optgroup = page->new_optgroup(_(L("Corrections")));
line = Line{ m_config->def()->get("printer_correction")->full_label, "" };