1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00
This commit is contained in:
Vojtech Bubnik
2021-03-08 11:29:52 +01:00
parent ed7be17bf1
commit 8adb495e7d
+1 -2
View File
@@ -2938,8 +2938,7 @@ bool store_3mf(const char* path, Model* model, const DynamicPrintConfig* config,
return false;
_3MF_Exporter exporter;
exporter.zip64 = zip64;
bool res = exporter.save_model_to_file(path, *model, config, fullpath_sources, thumbnail_data);
bool res = exporter.save_model_to_file(path, *model, config, fullpath_sources, thumbnail_data, zip64);
if (!res)
exporter.log_errors();