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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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") {