add “precise_z_height”

This commit is contained in:
Wang YB
2024-04-23 08:51:20 +08:00
parent 0de9767ff0
commit cc68470ac8
11 changed files with 130 additions and 7 deletions

View File

@@ -1693,6 +1693,8 @@ void TabPrint::build()
optgroup->append_single_option_line("elefant_foot_compensation", "elephant-foot-compensation_114487");
//w26
optgroup->append_single_option_line("elefant_foot_compensation_layers");
//w27
optgroup->append_single_option_line("precise_z_height");
optgroup = page->new_optgroup(L("Arachne perimeter generator"));
optgroup->append_single_option_line("wall_transition_angle");
@@ -3015,6 +3017,9 @@ void TabPrinter::build_sla()
//w26
optgroup->append_single_option_line("elefant_foot_compensation_layers");
optgroup->append_single_option_line("elefant_foot_min_width");
//w27
optgroup->append_single_option_line("precise_z_height");
optgroup->append_single_option_line("gamma_correction");
optgroup = page->new_optgroup(L("Exposure"));