Merge branch 'dk_zip_3mf'

This commit is contained in:
David Kocik 2023-06-01 15:07:14 +02:00
commit efe511cef5

View File

@ -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()