mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 08:06:06 +08: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:
parent
f11eb34b59
commit
717fe35ebd
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user