Fixed transformation center for objects imported from 3mf files
This commit is contained in:
parent
eb9f4ee777
commit
5ee106fbf9
@ -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 New Issue
Block a user