Added cancellation points. Added new flip xy option. Refactor and waring removal.

This commit is contained in:
tamasmeszaros 2018-12-12 11:36:02 +01:00
parent 98f9c4f56d
commit 68de2d9813
8 changed files with 119 additions and 84 deletions

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, "" };