mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
Better fix for out of print volume detection
This commit is contained in:
parent
16259e6f26
commit
727a5fd997
3 changed files with 11 additions and 14 deletions
|
@ -333,7 +333,7 @@ public:
|
|||
int volume_idx() const { return (this->composite_id / 1000) % 1000; }
|
||||
int instance_idx() const { return this->composite_id % 1000; }
|
||||
|
||||
Transform3d world_matrix() const;
|
||||
Transform3f world_matrix() const;
|
||||
BoundingBoxf3 transformed_bounding_box() const;
|
||||
BoundingBoxf3 transformed_convex_hull_bounding_box() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue