Free 3MF (.3mf) to OBJ (.obj) converter — running entirely in your browser. No upload, no signup, no file limits: your files never leave your device.
STEP · IGES · BREP · STL · OBJ · PLY · GLB · glTF · 3MF · COLLADA · AMF · FBX · 3DS · OFF · LAS · PCD · XYZ · PTS
3MF is the modern replacement for STL, backed by the 3MF Consortium (Microsoft, HP, Autodesk, Prusa and others). It stores watertight meshes together with units, colors, materials and print settings in one ZIP-based file, and current slicers increasingly prefer it over STL.
OBJ is a plain-text mesh format from the world of computer graphics. It stores vertices, normals, texture coordinates and polygon faces, and nearly every 3D application — Blender, Maya, 3ds Max, game engines, renderers — can read and write it, making it a dependable lowest common denominator for mesh exchange.
| 3MF | OBJ | |
|---|---|---|
| Geometry | Watertight triangle mesh | Polygon mesh |
| Units | Yes, required by spec | No |
| Colors & materials | Colors & materials | Via MTL sidecar |
| Animations | No | No |
| Typical use | Modern 3D printing | DCC tool interchange |
Yes — free with no accounts, no watermarks and no file-size limits. Conversion runs on your own machine, so there are no server costs behind it.
No. The converter runs entirely in your browser using WebAssembly. Your .3mf file never leaves your device, which makes it safe for confidential designs.
Yes — parts and assembly hierarchy are preserved where OBJ supports them, and you can optionally merge everything into a single mesh during conversion.
Yes. Every converted model opens in the built-in 3D viewer with an assembly tree, display modes and section views, so you can inspect the result first.
3MF can describe richer materials than this neutral mesh pipeline keeps. Geometry, part structure and a flat part color can survive, but texture and multi-material detail cannot. The OBJ result is a single geometry file with no generated MTL sidecar, so it does not carry textures or material definitions.