mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
FIX: [STUDIO-2617] thread locale when save 3mf model
Change-Id: I0b76b70922df8ec4fdeec7e15d824b9acd19a63b
This commit is contained in:
parent
60dd35b4bf
commit
a2386a3c3b
1 changed files with 1 additions and 0 deletions
|
@ -5974,6 +5974,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
||||||
mz_zip_archive archive;
|
mz_zip_archive archive;
|
||||||
mz_zip_zero_struct(&archive);
|
mz_zip_zero_struct(&archive);
|
||||||
mz_zip_writer_init_heap(&archive, 0, 1024 * 1024);
|
mz_zip_writer_init_heap(&archive, 0, 1024 * 1024);
|
||||||
|
CNumericLocalesSetter locales_setter;
|
||||||
_add_model_file_to_archive(object_paths[i], archive, model, objects_data2, nullptr, project);
|
_add_model_file_to_archive(object_paths[i], archive, model, objects_data2, nullptr, project);
|
||||||
iter->second = objects_data2.begin()->second;
|
iter->second = objects_data2.begin()->second;
|
||||||
void *ppBuf; size_t pSize;
|
void *ppBuf; size_t pSize;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue