What remesh STL does to a file

STL stores triangle geometry without the richer scene data found in formats such as OBJ. The remesh STL tool reconstructs shared positions from the triangle soup, identifies boundaries and sharp changes, and clusters nearby vertices according to your target. Duplicate and degenerate faces are removed before the result is written as OBJ. A remesh STL result is a new surface, not the unchanged source.

Remesh STL taskRecommended starting pointCheck after download
Reduce STL polygonsModerate target, Triangle modeSilhouette and small holes
Prepare a scan for editingQuad Dominant, preserve edgesWireframe and open borders
Test a 3D printing modelConservative targetWatertightness and wall thickness in a slicer

How to remesh STL online

To remesh STL online, drop the STL into the tool, set a target face count, and choose the output topology. Preserve Boundaries is useful for an open scan or cut plane. Preserve Sharp Edges can help hard corners, although any automatic STL remesh may soften small details. Preview the remesh STL result before downloading.

Remesh STL limits

This remesh STL workflow does not repair every print defect, fill holes, make a mesh watertight, or preserve slicer metadata. STL has no materials or UVs to preserve. Keep the source STL and run the downloaded OBJ through your normal repair, scale, normal, and slicing checks. Use remesh STL as an intermediate step.

Why use OBJ as the result?

OBJ is a practical interchange format for inspecting a newly processed surface in Blender and other 3D tools. The download is explicit about the conversion: an STL input becomes a new OBJ mesh, rather than pretending to be the original STL with unchanged geometry.