From f49c4c7e4cc01fd85be5506f406d2ccc8454b199 Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Wed, 7 Dec 2022 18:45:41 +0800 Subject: [PATCH] FIX: there is a small overhang after repairing the model Change-Id: I057d48192c71f3e737d10cc411a92bbaf4fcefc3 (cherry picked from commit ce6f3e2b5d269809a311e2e26deafd47ae73b424) --- src/slic3r/GUI/GUI_ObjectList.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/GUI_ObjectList.cpp b/src/slic3r/GUI/GUI_ObjectList.cpp index 1197185a7..bfcaa7efa 100644 --- a/src/slic3r/GUI/GUI_ObjectList.cpp +++ b/src/slic3r/GUI/GUI_ObjectList.cpp @@ -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; };