Fix for prusa3d/PrusaSlicer#11487 - Cut Connectors Broken when assigning part to other side

+ Added check objects after cut
+ CutUtils: Ensuring that volumes start with solid parts after solid parts merging for proper slicing

(cherry picked from commit prusa3d/PrusaSlicer@a9410edc2c)
This commit is contained in:
YuSanka 2023-11-11 12:50:41 +08:00 committed by Noisyfox
parent 66d4b4d59a
commit 799b0965f5
3 changed files with 34 additions and 2 deletions

View file

@ -65,8 +65,6 @@ public:
}; // namespace Cut
} // namespace Slic3r
#endif /* slic3r_CutUtils_hpp_ */