Import zip archive -> open 3mf project if it is project and not archive
This commit is contained in:
parent
2966405f11
commit
8fe024efdd
@ -5301,8 +5301,9 @@ void Plater::import_zip_archive()
|
|||||||
if (input_file.empty())
|
if (input_file.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
fs::path path = into_path(input_file);
|
wxArrayString arr;
|
||||||
preview_zip_archive(path);
|
arr.Add(input_file);
|
||||||
|
load_files(arr, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Plater::import_sl1_archive()
|
void Plater::import_sl1_archive()
|
||||||
|
Loading…
Reference in New Issue
Block a user