mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Improvement of automatic SLA supports: Don't put support points
on vertical walls.
This commit is contained in:
parent
93eac724c9
commit
878ef5eee0
2 changed files with 9 additions and 2 deletions
|
@ -65,8 +65,12 @@ public:
|
|||
std::vector<Link> islands_above;
|
||||
std::vector<Link> islands_below;
|
||||
#endif
|
||||
// Overhangs, that are dangling considerably.
|
||||
ExPolygons dangling_areas;
|
||||
// Complete overhands.
|
||||
ExPolygons overhangs;
|
||||
// Overhangs, where the surface must slope.
|
||||
ExPolygons overhangs_slopes;
|
||||
float overhangs_area;
|
||||
|
||||
bool overlaps(const Structure &rhs) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue