mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-04 17:07:08 +02:00
Fixed transformation center for objects imported from 3mf files
This commit is contained in:
@@ -603,6 +603,8 @@ namespace Slic3r {
|
|||||||
|
|
||||||
if (!_generate_volumes(*object.second, obj_geometry->second, *volumes_ptr))
|
if (!_generate_volumes(*object.second, obj_geometry->second, *volumes_ptr))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
object.second->center_around_origin();
|
||||||
}
|
}
|
||||||
|
|
||||||
// fixes the min z of the model if negative
|
// fixes the min z of the model if negative
|
||||||
|
|||||||
Reference in New Issue
Block a user