mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
SLATreeSupports generator now takes account for holes and can build supports through them
This commit is contained in:
parent
bc0db7dc91
commit
73af7c64b8
6 changed files with 103 additions and 79 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue