Fixed Canvas3D update after an object instance is deleted.
This commit is contained in:
parent
60f870bbd9
commit
96e14b5d3b
4 changed files with 1 additions and 13 deletions
src/libslic3r
|
@ -699,14 +699,6 @@ void ModelObject::clear_volumes()
|
|||
this->invalidate_bounding_box();
|
||||
}
|
||||
|
||||
void ModelObject::reset_volumes_idxs()
|
||||
{
|
||||
for (ModelVolume *v : this->volumes)
|
||||
{
|
||||
v->set_new_unique_id();
|
||||
}
|
||||
}
|
||||
|
||||
ModelInstance* ModelObject::add_instance()
|
||||
{
|
||||
ModelInstance* i = new ModelInstance(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue