1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Lay flat - limit number of active surfaces to 255 (to avoid problems with picking pass)

This commit is contained in:
Lukas Matena
2018-08-21 15:56:40 +02:00
parent 86b67bbd42
commit 9e6234fe39
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -161,6 +161,7 @@ private:
struct PlaneData {
std::vector<Pointf3> vertices;
Pointf3 normal;
float area;
};
struct SourceDataSummary {
std::vector<BoundingBoxf3> bounding_boxes; // bounding boxes of convex hulls of individual volumes