mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix no overhang reverse in Arachne (#5964)
* Fix no overhang revert in Arachne * Merge branch 'main' into fix-no-revert-arachne-pr
This commit is contained in:
@@ -1222,6 +1222,17 @@ static ExtrusionEntityCollection traverse_extrusions(const PerimeterGenerator& p
|
|||||||
smooth_overhang_level(paths);
|
smooth_overhang_level(paths);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (overhangs_reverse) {
|
||||||
|
for (const ExtrusionPath& path : paths) {
|
||||||
|
if (path.role() == erOverhangPerimeter) {
|
||||||
|
if (pg_extrusion.is_contour)
|
||||||
|
steep_overhang_contour = true;
|
||||||
|
else
|
||||||
|
steep_overhang_hole = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user