From a1d3823521a89ae66697a960a97dc410ea2eda41 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 a4804b4854..5236f0c71c 100644 --- a/src/libslic3r/Format/bbs_3mf.cpp +++ b/src/libslic3r/Format/bbs_3mf.cpp @@ -4438,6 +4438,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);