Fixed file extension when using option --export-amf in command line
This commit is contained in:
parent
47f27d20f1
commit
bf30ec439f
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ std::string CLI::output_filepath(const Model &model, IO::ExportFormat format) co
|
|||
{
|
||||
std::string ext;
|
||||
switch (format) {
|
||||
case IO::AMF: ext = ".amf"; break;
|
||||
case IO::AMF: ext = ".zip.amf"; break;
|
||||
case IO::OBJ: ext = ".obj"; break;
|
||||
case IO::STL: ext = ".stl"; break;
|
||||
case IO::TMF: ext = ".3mf"; break;
|
||||
|
|
Loading…
Reference in a new issue