mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Drill holes one by one and display warning of any of them fails
Drill with cgal::minus for now
This commit is contained in:
parent
d0febbec32
commit
4b9de0398f
5 changed files with 54 additions and 29 deletions
|
@ -36,6 +36,7 @@ struct DrainHole
|
|||
Vec3f normal;
|
||||
float radius;
|
||||
float height;
|
||||
bool failed = false;
|
||||
|
||||
DrainHole()
|
||||
: pos(Vec3f::Zero()), normal(Vec3f::UnitZ()), radius(5.f), height(10.f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue