FIX: there is a small overhang after repairing the model

Change-Id: I057d48192c71f3e737d10cc411a92bbaf4fcefc3
(cherry picked from commit ce6f3e2b5d269809a311e2e26deafd47ae73b424)
This commit is contained in:
zhimin.zeng 2022-12-07 18:45:41 +08:00 committed by Lane.Wei
parent b29404febf
commit f49c4c7e4c

View file

@ -4710,6 +4710,8 @@ void ObjectList::fix_through_netfabb()
update_item_error_icon(obj_idx, vol_idx);
update_info_items(obj_idx);
object(obj_idx)->ensure_on_bed();
return true;
};