mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Add option to "Reverse only internal perimeters" under the reverse on odd feature to reduce part warping (#2722)
This commit is contained in:
parent
e9f519d092
commit
cd475f0f94
7 changed files with 100 additions and 71 deletions
|
@ -1097,6 +1097,7 @@ bool PrintObject::invalidate_state_by_config_options(
|
|||
|| opt_key == "fuzzy_skin_point_distance"
|
||||
|| opt_key == "detect_overhang_wall"
|
||||
|| opt_key == "overhang_reverse"
|
||||
|| opt_key == "overhang_reverse_internal_only"
|
||||
|| opt_key == "overhang_reverse_threshold"
|
||||
//BBS
|
||||
|| opt_key == "enable_overhang_speed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue