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 56ab965af1
commit 321a505a33
1 changed files with 1 additions and 0 deletions

View File

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