Fixed transformation center for objects imported from 3mf files
This commit is contained in:
parent
eb9f4ee777
commit
5ee106fbf9
1 changed files with 2 additions and 0 deletions
|
@ -603,6 +603,8 @@ namespace Slic3r {
|
|||
|
||||
if (!_generate_volumes(*object.second, obj_geometry->second, *volumes_ptr))
|
||||
return false;
|
||||
|
||||
object.second->center_around_origin();
|
||||
}
|
||||
|
||||
// fixes the min z of the model if negative
|
||||
|
|
Loading…
Reference in a new issue