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())
|
||||
return;
|
||||
|
||||
fs::path path = into_path(input_file);
|
||||
preview_zip_archive(path);
|
||||
wxArrayString arr;
|
||||
arr.Add(input_file);
|
||||
load_files(arr, false);
|
||||
}
|
||||
|
||||
void Plater::import_sl1_archive()
|
||||
|
Loading…
Reference in New Issue
Block a user