Drop your .step / .stp file — we convert it to .3mf right in your browser. Files never leave your computer.
ISO 10303 boundary-representation CAD format — the industry standard for exchanging precise, parametric solid models between engineering tools.
Modern successor to STL for 3D printing — carries units, colours, materials, and multiple bodies in a zipped XML package.
STEP carries exact CAD geometry but no slicer can print it directly. 3MF is the modern mesh format every current slicer prefers. This page tessellates the STEP into triangles and packages them as a units-aware 3MF — one step instead of STEP → STL → load-into-slicer.
We use OpenCascade defaults (linear deflection tuned for visual fidelity). For most PCB-component and mechanical parts this gives sub-0.1 mm surface error, which is below any FDM layer height.
Yes — STEP mandates millimetres, and 3MF stores units explicitly. The output will load at the correct real-world scale in every slicer.
If you just need a print, no — drop STEP, get 3MF, slice. If you need to machine the part (CNC/mill), keep the STEP; mesh formats lose the B-rep a CAM tool needs.
No. OpenCascade runs entirely in WebAssembly inside your browser. The STEP file never leaves your device.