mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 09:05:53 +08:00
vojta wants
This commit is contained in:
parent
ee78a17ab9
commit
60fcd11ef8
@ -2138,7 +2138,7 @@ namespace Slic3r {
|
||||
volume->supported_facets.shrink_to_fit();
|
||||
volume->seam_facets.shrink_to_fit();
|
||||
volume->mmu_segmentation_facets.shrink_to_fit();
|
||||
volume->text_configuration = volume_data.text_configuration;
|
||||
volume->text_configuration = std::move(volume_data.text_configuration);
|
||||
|
||||
// apply the remaining volume's metadata
|
||||
for (const Metadata& metadata : volume_data.metadata) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user