fix intermittent crashes caused by detect_overhang_wall

(cherry picked from commit 4d1885e7a4)
This commit is contained in:
SoftFever 2024-01-01 19:30:55 +08:00
parent b62ce6095d
commit 766d1a4fca

View file

@ -916,6 +916,7 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "min_width_top_surface"
|| opt_key == "only_one_wall_first_layer"
|| opt_key == "extra_perimeters_on_overhangs"
|| opt_key == "detect_overhang_wall"
|| opt_key == "initial_layer_line_width"
|| opt_key == "inner_wall_line_width"
|| opt_key == "infill_wall_overlap"