Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
fix intermittent crashes caused by detect_overhang_wall
Browse files Browse the repository at this point in the history
(cherry picked from commit 4d1885e)
  • Loading branch information
SoftFever committed Jan 1, 2024
1 parent b62ce60 commit 766d1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libslic3r/PrintObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 766d1a4

Please sign in to comment.