mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 05:56:02 +08:00
Fixed file extension when using option --export-amf in command line
This commit is contained in:
parent
47f27d20f1
commit
bf30ec439f
@ -628,7 +628,7 @@ std::string CLI::output_filepath(const Model &model, IO::ExportFormat format) co
|
|||||||
{
|
{
|
||||||
std::string ext;
|
std::string ext;
|
||||||
switch (format) {
|
switch (format) {
|
||||||
case IO::AMF: ext = ".amf"; break;
|
case IO::AMF: ext = ".zip.amf"; break;
|
||||||
case IO::OBJ: ext = ".obj"; break;
|
case IO::OBJ: ext = ".obj"; break;
|
||||||
case IO::STL: ext = ".stl"; break;
|
case IO::STL: ext = ".stl"; break;
|
||||||
case IO::TMF: ext = ".3mf"; break;
|
case IO::TMF: ext = ".3mf"; break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user