Merge branch 'scene_manipulators'

This commit is contained in:
bubnikv 2018-03-14 16:15:26 +01:00
commit ab654f6319
15 changed files with 875 additions and 301 deletions

View file

@ -1028,7 +1028,8 @@ void TabPrinter::build()
return sizer;
};
optgroup->append_line(line);
optgroup->append_single_option_line("z_offset");
optgroup->append_single_option_line("max_print_height");
optgroup->append_single_option_line("z_offset");
optgroup = page->new_optgroup(_(L("Capabilities")));
ConfigOptionDef def;