Ignore the precise outer wall option when the wall sequence is not set to InnerOuter. (#10687)

This commit is contained in:
SoftFever
2025-09-11 20:10:51 +08:00
committed by GitHub
parent 4f50fdc94e
commit d2eb007d57
4 changed files with 9 additions and 4 deletions

View File

@@ -1145,7 +1145,6 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "overhang_reverse_internal_only"
|| opt_key == "overhang_reverse_threshold"
|| opt_key == "wall_direction"
//BBS
|| opt_key == "enable_overhang_speed"
|| opt_key == "detect_thin_wall"
|| opt_key == "precise_outer_wall") {