mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
SLATreeSupports generator now takes account for holes and can build supports through them
This commit is contained in:
@@ -778,7 +778,7 @@ void SupportTreeBuildsteps::filter()
|
||||
nn = Vec3d(std::cos(azimuth) * std::sin(polar),
|
||||
std::sin(azimuth) * std::sin(polar),
|
||||
std::cos(polar)).normalized();
|
||||
t = oresult.score;
|
||||
t = EigenMesh3D::hit_result(oresult.score);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user