Add elephant foot compensation over multiple layers (#2254)

#https://github.com/prusa3d/PrusaSlicer/pull/10976

Co-authored-by: Roberto Mozzicato <bitblasters@gmail.com>
This commit is contained in:
bitingsock 2023-09-30 03:12:12 -07:00 committed by GitHub
parent 3b5f42cf49
commit bda8249e06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 2 deletions

View file

@ -1868,6 +1868,7 @@ void TabPrint::build()
optgroup->append_single_option_line("xy_hole_compensation");
optgroup->append_single_option_line("xy_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 = page->new_optgroup(L("Ironing"), L"param_ironing");