diff --git a/src/custom-types.json b/src/custom-types.json index f95ffdfc..5e0a1dd3 100644 --- a/src/custom-types.json +++ b/src/custom-types.json @@ -723,6 +723,13 @@ "model/mesh": { "compressible": false }, + "model/step": { + "extensions": ["step", "stp", "stpnc", "p21", "210"], + "notes": "3D model format. Used in CAD.", + "sources": [ + "https://www.iana.org/assignments/media-types/model/step" + ] + }, "model/vrml": { "compressible": false },