mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 08:03:14 +08:00
ENH:allow files with a 3MF extension to be downloaded
jira:[none] Change-Id: I0427efc5e4fc493105b1b31ed6eef08e7f2d0c8d
This commit is contained in:
parent
63a1ad8b54
commit
fb9b23f894
@ -9298,7 +9298,7 @@ void Plater::import_model_id(wxString download_info)
|
||||
|
||||
|
||||
//check file suffix
|
||||
if (!extension.Contains(".3mf")) {
|
||||
if (!extension.Contains(".3mf") && !extension.Contains(".3MF")) {
|
||||
msg = _L("Download failed, unknown file format.");
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user