打开项目优化为打开3mf和stl

This commit is contained in:
cjw 2024-12-26 17:36:51 +08:00
parent 164cb10035
commit ab151df7da
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ static const FileWildcards file_wildcards_by_type[FT_SIZE] = {
/* FT_MODEL */
{"Supported files"sv, {".3mf"sv, ".stl"sv, ".oltp"sv, ".stp"sv, ".step"sv, ".svg"sv, ".amf"sv, ".obj"sv}},
#endif
/* FT_PROJECT */ { "Project files"sv, { ".3mf"sv,"*.*"sv}},
/* FT_PROJECT */ { "Project files"sv, { ".3mf"sv,".stl"sv}},
/* FT_GALLERY */ { "Known files"sv, { ".stl"sv, ".obj"sv } },
/* FT_INI */ { "INI files"sv, { ".ini"sv } },