Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

Commit c56d192

Browse files
Fix typo in asset type extensions for model
1 parent 5cef941 commit c56d192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/state/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func LoadAssetTypes() error {
6969
AssetTypes["model"] = &entities.AssetType{
7070
Name: "model",
7171
Label: "Models",
72-
Extensions: []string{".stl", ".3fm"},
72+
Extensions: []string{".stl", ".3mf"},
7373
Order: 0,
7474
}
7575
AssetTypes["image"] = &entities.AssetType{

0 commit comments

Comments
 (0)