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
This commit is contained in:
zhimin.zeng 2023-09-20 09:59:47 +08:00 committed by Lane.Wei
parent 39da9bab56
commit a1d3823521

View file

@ -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);