Skip to content

Commit

Permalink
Fixed transformation center for objects imported from 3mf files
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoturri1966 committed Aug 29, 2018
1 parent eb9f4ee commit 5ee106f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xs/src/libslic3r/Format/3mf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ee106f

Please sign in to comment.