add "precise_outer_wall"

This commit is contained in:
Wang YB
2024-05-25 11:23:26 +08:00
parent 8ef53eceee
commit ad0215fa2f
7 changed files with 58 additions and 12 deletions

View File

@@ -1708,6 +1708,7 @@ void TabPrint::build()
optgroup->append_single_option_line("elefant_foot_compensation_layers");
//w27
optgroup->append_single_option_line("precise_z_height");
optgroup->append_single_option_line("precise_outer_wall", "Precise-wall");
optgroup = page->new_optgroup(L("Arachne perimeter generator"));
optgroup->append_single_option_line("wall_transition_angle");
@@ -3032,6 +3033,8 @@ void TabPrinter::build_sla()
optgroup->append_single_option_line("elefant_foot_min_width");
//w27
optgroup->append_single_option_line("precise_z_height");
//w39
optgroup->append_single_option_line("precise_outer_wall", "Precise-wall");
optgroup->append_single_option_line("gamma_correction");