From 321a505a33a4b4d9163d40e68dc92849b880e402 Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Wed, 20 Sep 2023 09:59:47 +0800 Subject: [PATCH] FIX: the wipe tower is not generated with a multi-color 3mf open a multi-color 3mf after another one, the wipe tower is not generated Jira: 4528 Change-Id: I3b9b67e6a19f6d1b620b5aeca25e32710193574c --- src/libslic3r/Format/bbs_3mf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libslic3r/Format/bbs_3mf.cpp b/src/libslic3r/Format/bbs_3mf.cpp index 4d913400d..cf87f8673 100644 --- a/src/libslic3r/Format/bbs_3mf.cpp +++ b/src/libslic3r/Format/bbs_3mf.cpp @@ -4444,6 +4444,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result) volume->supported_facets.shrink_to_fit(); volume->seam_facets.shrink_to_fit(); volume->mmu_segmentation_facets.shrink_to_fit(); + volume->mmu_segmentation_facets.touch(); } volume->set_type(volume_data->part_type);