3D Printing · July 21, 2026 · 2 min read

5 Things to Check in an STL File Before You Print It

A failed print costs hours and filament; a pre-flight check costs two minutes. Five quick inspections that catch the most common STL problems before the first layer goes down.

Most failed prints are not printer problems - they are file problems that were visible before slicing, if anyone had looked. Load the model in a 3D viewer and run through these five checks; the whole routine takes about two minutes.

1. Is the scale right?

STL files are unitless - the file just says '20', not '20 mm'. Most software assumes millimeters, but models exported in inches or meters import 25x too small or 1000x too big. Check the model's dimensions in the viewer's info panel against what you expect. A '2 cm' part showing as 0.787 units was probably exported in inches.

2. Is the mesh watertight?

A printable mesh must be a closed surface - every edge shared by exactly two triangles. Holes, gaps, and self-intersections confuse slicers into producing missing walls or phantom infill. Rotate around the model and look for see-through patches or surfaces that flicker (a sign of flipped normals). Modern slicers repair small defects automatically, but large holes need fixing in MeshLab or Blender first.

3. Any hidden or leftover geometry?

  • Internal shells from CAD assemblies that waste material and confuse slicing
  • Floating debris from 3D scans - tiny islands the slicer will dutifully try to print in mid-air
  • Duplicate copies of the mesh stacked on the same spot (check the triangle count: double what you expect is a giveaway)

4. Is the detail level sane?

Triangle count should match the part. A phone stand needs thousands of triangles, not millions; a miniature with fine detail needs more. Millions of triangles on a simple shape slow slicing to a crawl for zero print quality gain - decimate it. Conversely, a curved surface showing visible flat facets in the viewer will show those same facets on the print.

5. Does it have a printable orientation?

While orbiting the model, think about which face goes down on the bed: a flat, wide base means good adhesion and minimal supports. Big overhangs everywhere mean support material, longer prints, and scarred surfaces. Sometimes rotating the part 45 degrees - or splitting it - turns a risky print into an easy one.

Converting from OBJ or a scan?

Files that started life as OBJ or PLY scans deserve extra attention on checks 2 and 3 - conversion is faithful to the source, including its defects.

Run your pre-print check now

Rotate, measure, and inspect any STL in your browser - free and private.

Open the STL Viewer