glTF to STL Converter

Web and AR assets speak glTF; slicers speak STL. Drop a .gltf or .glb and get a printable mesh with the scene hierarchy properly resolved.

Handles .gltf and .glbSlicer-ready outputFree ≤25 MBNo sign-up

From a viewer format to a printer format

glTF was designed for real-time rendering: multiple mesh nodes, PBR materials, sometimes animation, all arranged in a scene graph. A slicer wants the opposite — one closed volume, no materials, no hierarchy. We flatten the graph, bake every node transform into the vertices, merge to a single mesh and export STL.

Watch the extension: a .gltf is JSON that points at an external .bin for geometry, so uploading it alone yields nothing. A .glb packs everything into one file — prefer it.

Web meshes are not print meshes

Assets built for rendering are frequently open shells: a chair with no underside, a mug modelled as a surface rather than a solid, geometry that looks perfect from the camera angle it was made for. That converts to a valid STL and then fails in the slicer.

If yours does, run the result through our STL repair tool — winding, duplicate vertices and small holes are fixed automatically, and the metrics tell you whether the mesh ended up watertight.

Frequently asked questions

Is this different from your GLB to STL converter?
Same engine — the two pages exist because people arrive with different file extensions in hand. Either page accepts both .gltf and .glb.
My model came from an AI 3D generator. Will it print?
It will convert, but AI-generated meshes are often non-manifold. Send the STL through our repair tool first; if you are generating from a photo in the first place, our image-to-3D tool runs that repair automatically.
Is this converter free?
Yes — up to 10 conversions a day and files up to 25 MB, no account needed. Larger files (up to 60 MB) and high-detail STEP output use credits ($9 for 20). Everything runs server-side on real geometry kernels, and failed jobs auto-refund.
What happens to my files?
Files are uploaded only to run your conversion and stored briefly so you can download the result. We don't share them, mine them or train on them. See our privacy policy.

Related converters

Every converter runs the same geometry engine — see all 20 conversions.