1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

hollowing params renamed, filtering generalized

This commit is contained in:
tamasmeszaros
2019-11-08 09:21:30 +01:00
parent bc3d22348a
commit 4b08865809
12 changed files with 111 additions and 72 deletions
+2 -2
View File
@@ -3568,8 +3568,8 @@ void TabSLAPrint::build()
optgroup = page->new_optgroup(_(L("Hollowing")));
optgroup->append_single_option_line("hollowing_enable");
optgroup->append_single_option_line("hollowing_min_thickness");
optgroup->append_single_option_line("hollowing_accuracy");
optgroup->append_single_option_line("hollowing_smoothness");
optgroup->append_single_option_line("hollowing_quality");
optgroup->append_single_option_line("hollowing_flatness");
page = add_options_page(_(L("Advanced")), "wrench");
optgroup = page->new_optgroup(_(L("Slicing")));