Allow specify wall directions (#4156)

* Add wall direction option

* Force wall direction if specified

* Format

* Rename default to auto
This commit is contained in:
Noisyfox
2024-02-23 20:45:56 +08:00
committed by GitHub
parent d82987ca32
commit e4255b3c01
8 changed files with 67 additions and 5 deletions

View File

@@ -1114,6 +1114,7 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "overhang_reverse"
|| 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"