mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Fix build on Mac
This commit is contained in:
@@ -1472,8 +1472,8 @@ class SLASupportTree::Algorithm {
|
|||||||
endp = endp - SQR2 * (gndlvl - endp(Z)) * dir; // back off
|
endp = endp - SQR2 * (gndlvl - endp(Z)) * dir; // back off
|
||||||
else {
|
else {
|
||||||
|
|
||||||
if (!std::isinf(bridge_mesh_intersect(endp, DOWN, radius)))
|
auto hit = bridge_mesh_intersect(endp, DOWN, radius);
|
||||||
abort_in_shame();
|
if (!std::isinf(hit.distance())) abort_in_shame();
|
||||||
|
|
||||||
Pillar &plr = m_result.add_pillar(endp, pgnd, radius);
|
Pillar &plr = m_result.add_pillar(endp, pgnd, radius);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user