mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 12:41:20 -06:00
Lay flat - limit number of active surfaces to 255 (to avoid problems with picking pass)
This commit is contained in:
parent
86b67bbd42
commit
9e6234fe39
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue