mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fix of #2868 -> Revert 2c9521c6d2
and partial revert of fab3634931
This commit is contained in:
parent
07798510fc
commit
bda0246b5d
1 changed files with 3 additions and 2 deletions
|
@ -529,8 +529,9 @@ void Model::convert_multipart_object(unsigned int max_extruders)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
object->add_instance();
|
// commented-out to fix #2868
|
||||||
object->instances[0]->set_offset(object->raw_mesh_bounding_box().center());
|
// object->add_instance();
|
||||||
|
// object->instances[0]->set_offset(object->raw_mesh_bounding_box().center());
|
||||||
|
|
||||||
this->clear_objects();
|
this->clear_objects();
|
||||||
this->objects.push_back(object);
|
this->objects.push_back(object);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue