Cover various overhang types cumulatively

This commit is contained in:
tamasmeszaros 2020-10-12 09:43:57 +02:00
parent fb1f3589ed
commit edb8b9f46d
2 changed files with 14 additions and 11 deletions

View file

@ -201,7 +201,7 @@ private:
void process(const std::vector<ExPolygons>& slices, const std::vector<float>& heights);
public:
enum IslandCoverageFlags : uint8_t { icfNone = 0x0, icfIsNew = 0x1, icfBoundaryOnly = 0x2 };
enum IslandCoverageFlags : uint8_t { icfNone = 0x0, icfIsNew = 0x1, icfWithBoundary = 0x2 };
private: