Skip to content

Commit

Permalink
Fix of 589d2be
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnikv committed Mar 8, 2021
1 parent ed7be17 commit 8adb495
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libslic3r/Format/3mf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 8adb495

Please sign in to comment.