mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 18:21:18 -06:00
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into dev
This commit is contained in:
commit
19616c4f93
4 changed files with 25 additions and 22 deletions
|
|
@ -529,8 +529,9 @@ void Model::convert_multipart_object(unsigned int max_extruders)
|
|||
}
|
||||
}
|
||||
|
||||
object->add_instance();
|
||||
object->instances[0]->set_offset(object->raw_mesh_bounding_box().center());
|
||||
// commented-out to fix #2868
|
||||
// object->add_instance();
|
||||
// object->instances[0]->set_offset(object->raw_mesh_bounding_box().center());
|
||||
|
||||
this->clear_objects();
|
||||
this->objects.push_back(object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue