mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-25 07:37:37 +08:00
Fix of #2868 -> Revert 2c9521c6d246beab98dac248bbfa85046fe02c4d and partial revert of fab363493140a93c1786c7898424a73dd1ed2a2e
This commit is contained in:
parent
07798510fc
commit
bda0246b5d
@ -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…
x
Reference in New Issue
Block a user