Gizmo flatten -> allow for only single instance and let planes follow the instance when moving the object by dragging it on the scene

This commit is contained in:
Enrico Turri 2018-12-03 11:14:17 +01:00
parent e1c90c83e8
commit c205e3fb0c
2 changed files with 35 additions and 46 deletions
src/libslic3r

View file

@ -696,7 +696,7 @@ void ModelObject::reset_volumes_idxs()
{
v->set_new_unique_id();
}
}//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
}
ModelInstance* ModelObject::add_instance()
{