mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r into dev
This commit is contained in:
commit
b9bb821392
1 changed files with 1 additions and 1 deletions
|
@ -3648,7 +3648,7 @@ BoundingBoxf3 GLCanvas3D::_selected_volumes_bounding_box() const
|
||||||
{
|
{
|
||||||
for (const GLVolume* volume : selected_volumes)
|
for (const GLVolume* volume : selected_volumes)
|
||||||
{
|
{
|
||||||
bb.merge(volume->transformed_convex_hull_bounding_box());
|
bb.merge(volume->transformed_bounding_box());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue