Drop your .dae (Collada) file — we convert it to .stl right in your browser. Files never leave your computer.
XML-based Collada interchange format — predecessor of glTF, still used by robotics (URDF), SketchUp exports, and older asset pipelines.
Triangle-mesh format that every 3D printer slicer understands. Geometry only — no units, colours, or assemblies.
No — STL has no material or colour data. Any COLLADA materials, per-vertex colours, and textures are dropped. For colour-capable 3D printing workflows, target 3MF or GLB instead.
Yes. URDF mesh files are standard Collada .dae files. Drop the mesh, convert to STL, then use the STL directly in simulators that prefer it (Gazebo accepts both).
Collada's `up_axis` varies — SketchUp exports use Z-up while many DCCs default to Y-up. We respect the source declaration. If the model lies on its side after import, rotate 90° in your slicer.
Depends on the source. DAE files rarely guarantee manifold geometry. If your slicer complains, run Blender → Mesh → Clean Up → Merge by Distance before printing.
No. Three.js' ColladaLoader and STLExporter run entirely client-side.