Implemented "Use unlimited skirt" option

This commit is contained in:
YuSanka 2020-03-11 10:43:59 +01:00
parent 3d3e36ba8d
commit 7fd9c736b3
5 changed files with 13 additions and 2 deletions

View file

@ -1178,6 +1178,7 @@ void TabPrint::build()
optgroup->append_single_option_line("skirts");
optgroup->append_single_option_line("skirt_distance");
optgroup->append_single_option_line("skirt_height");
optgroup->append_single_option_line("infinit_skirt");
optgroup->append_single_option_line("min_skirt_length");
optgroup = page->new_optgroup(_(L("Brim")));