Most failed prints are decided before the printer moves. These are the checks worth running on any model — your own or a download — in the order that catches problems soonest.
1. Scale
Read the bounding box and compare it with what you expect. STL carries no unit, so a file exported from an inch-based document opens 25.4 times too small. The unit trap has a table of the exact ratios and what each one means.
2. Fit on the build plate
Compare the bounding box against your printer's build volume, remembering that usable Z is often a few millimetres less than the specification. If the part does not fit, deciding now whether to scale it or split it is much cheaper than discovering it after slicing.
3. Watertightness
Every edge should be shared by exactly two triangles. Holes and non-manifold edges make volume figures meaningless and can produce missing walls or unexpectedly hollow sections. Slicers repair small defects silently, so run the check yourself rather than assuming a successful slice means a clean mesh — see watertight and manifold meshes.
4. Wall thickness
Anything thinner than about two extrusion widths — roughly 0.8 mm on a standard 0.4 mm nozzle — either gets dropped by the slicer or prints as one fragile bead. This is the most common failure in models converted from decorative renders, where thin decorative surfaces have no thickness at all.
The reliable test is the slicer preview: slice the model and look at a layer that cuts through the thin region. If the wall is missing there, it will be missing on the printer.
5. Overhangs and supports
Check which surfaces slope more than about 45 degrees from vertical, and decide whether they need support or whether reorienting removes them. Bridges between two anchored points usually need nothing. Overhang angle and supports covers where the rule holds and where it does not.
6. Orientation
Orientation drives four things at once: overhangs, support contact on visible surfaces, print time, and strength. FDM parts are anisotropic — the bond between layers is weaker than the material within a layer — so a hook, bracket or clip should be oriented with the load running along the layers rather than pulling them apart. When those goals conflict, strength usually wins for functional parts and surface quality wins for display pieces.
7. Clearances
For parts that mate, leave a gap. About 0.2 mm gives a snug press fit; 0.3 to 0.5 mm lets parts move freely. Holes print slightly undersized because of extrusion width and material shrinkage, so a 5 mm hole intended for a 5 mm rod generally needs to be drawn a few tenths larger. These numbers vary by printer and material — print a tolerance test once and reuse the result rather than guessing per project.
8. Small features
Text, engraved detail and thin ribs cannot be finer than the nozzle can draw. Embossed text below roughly 0.5 mm line width, or recessed text shallower than a layer or two, disappears. Increasing resolution in the export does not help: the limit is the nozzle, not the mesh.
9. Material and time estimate
Finally, sanity-check the cost. Mesh volume tells you the solid-material upper bound; the slicer tells you the real figure once walls and infill are set. If the slicer reports more material than the solid volume, something is wrong — usually supports, a brim, or a scaling mistake. See volume and print weight for the maths.
Running the geometry checks quickly
Items 1 through 5 are all geometry questions that can be answered before you open a slicer. Mes3D reports dimensions, triangle count, volume, surface area, watertightness with an open-edge count, and overhang ratio directly in the browser, with nothing uploaded.