Improvement of automatic SLA supports: Don't put support points

on vertical walls.
This commit is contained in:
bubnikv 2019-02-27 08:49:09 +01:00
parent 93eac724c9
commit 878ef5eee0
2 changed files with 9 additions and 2 deletions

View file

@ -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 {