Fix precise wall for Arachne wall generator (#2966)

Update WIKI for it
This commit is contained in:
SoftFever
2023-12-03 09:20:29 +08:00
parent 238a0345a5
commit b285d8f4cb
6 changed files with 25 additions and 11 deletions

View File

@@ -1921,7 +1921,7 @@ void TabPrint::build()
optgroup->append_single_option_line("xy_contour_compensation", "xy-hole-contour-compensation");
optgroup->append_single_option_line("elefant_foot_compensation");
optgroup->append_single_option_line("elefant_foot_compensation_layers");
optgroup->append_single_option_line("precise_outer_wall");
optgroup->append_single_option_line("precise_outer_wall", "Precise-wall");
optgroup->append_single_option_line("hole_to_polyhole");
optgroup->append_single_option_line("hole_to_polyhole_threshold");
optgroup->append_single_option_line("hole_to_polyhole_twisted");