mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 02:05:58 +08:00
Make sure the object does not float after simplification
This commit is contained in:
parent
366a3bca07
commit
c677b2771c
@ -479,6 +479,7 @@ void GLGizmoSimplify::apply_simplify() {
|
||||
mv->calculate_convex_hull();
|
||||
mv->set_new_unique_id();
|
||||
mv->get_object()->invalidate_bounding_box();
|
||||
mv->get_object()->ensure_on_bed(true); // allow negative z
|
||||
|
||||
// fix hollowing, sla support points, modifiers, ...
|
||||
plater->changed_mesh(object_idx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user