Skip to content

Commit

Permalink
Fix no overhang revert in Arachne
Browse files Browse the repository at this point in the history
  • Loading branch information
vovodroid committed Jul 1, 2024
1 parent 7707685 commit 62d7722
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libslic3r/PerimeterGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,12 @@ static ExtrusionEntityCollection traverse_extrusions(const PerimeterGenerator& p
smooth_overhang_level(paths);
}

if (overhangs_reverse) {
if (pg_extrusion.is_contour)
steep_overhang_contour = true;
else
steep_overhang_hole = true;
}
}
}
else {
Expand Down

0 comments on commit 62d7722

Please sign in to comment.