mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -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
|
@ -3625,7 +3625,7 @@ BoundingBoxf3 GLCanvas3D::_selected_volumes_bounding_box() const
|
|||
bb.merge(volume->bounding_box);
|
||||
}
|
||||
|
||||
bb = bb.transformed(selected_volumes[0]->world_matrix());
|
||||
bb = bb.transformed(selected_volumes[0]->world_matrix().cast<double>());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue