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

@@ -852,7 +852,9 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "fuzzy_skin_point_dist"
|| opt_key == "overhangs"
|| opt_key == "thin_walls"
|| opt_key == "thick_bridges") {
|| opt_key == "thick_bridges"
//w39
|| opt_key == "precise_outer_wall") {
steps.emplace_back(posPerimeters);
steps.emplace_back(posSupportMaterial);
} else if (opt_key == "bridge_flow_ratio") {