mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Attempt to fix non compatible (newer) .3mf and .amf import error handling on Linux and OsX
This commit is contained in:
parent
eb458163e3
commit
813a73e614
2 changed files with 2 additions and 2 deletions
|
@ -872,7 +872,7 @@ bool load_amf_archive(const char* path, DynamicPrintConfig* config, Model* model
|
|||
{
|
||||
// ensure the zip archive is closed and rethrow the exception
|
||||
close_zip_reader(&archive);
|
||||
throw e;
|
||||
throw std::runtime_error(e.what());
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue