Supports cost material, print time and post-processing, and they leave marks on the surface they touch. Knowing which overhangs actually need them — rather than letting the slicer decide — is one of the highest-value checks you can run on a model before printing.
Where the 45 degree rule comes from
An FDM printer lays each layer on top of the previous one. If a layer is offset sideways from the layer below, part of its extrusion hangs over empty air. As long as roughly half the width still rests on solid material, the plastic has somewhere to bond and cool against.
Offsetting each layer by exactly one layer height, with a layer height equal to about half the extrusion width, produces a 45 degree slope. Past that angle each layer has progressively less contact underneath. The result is not an instant failure but a gradual one: first a rough, stringy underside, then curling as the unsupported plastic cools and contracts, and eventually a collapse that the nozzle drags around.
This is why the number is a guideline rather than a physical limit. It depends on layer height, extrusion width, cooling and material.
How mesh analysers compute overhang ratio
An analyser cannot simulate a print, so it measures geometry instead. Assuming
the build direction is +Z, it looks at each triangle's normal vector: a
downward-facing normal steeper than the threshold marks that triangle as an
overhang. With a 45 degree threshold, the test is whether the normal's Z
component is below -sin(45°), roughly -0.707.
Summing the area of the flagged triangles and dividing by the total surface area gives an area-weighted overhang ratio. Weighting by area matters: a thousand tiny overhanging triangles on a fillet are much less of a problem than one large flat downward face.
Two things this measurement cannot know: whether an overhang is a bridge between two anchored points, and how tall it is. Both matter in practice, which is why the ratio is a triage signal rather than a verdict.
Where the rule does not apply
Bridges. A flat span between two anchored walls behaves completely differently from a free overhang. The extrusion is pulled taut between two points and cools in tension. Most printers bridge 20–50 mm cleanly with good part cooling, and a bridge is a 90 degree "overhang" that needs no support at all.
Short overhangs. A 2 mm ledge simply does not have enough layers to accumulate error. Supporting it usually does more surface damage than the overhang itself.
Cooling. PLA solidifies fast and tolerates steep angles. ABS and ASA stay soft longer in a heated chamber and droop earlier. Resin printing has entirely different rules, driven by suction forces and cross-sectional area rather than by drooping.
The top of a sphere or a hole. These reach 90 degrees only at a single tangent line, and the approach to it is gradual. They usually print acceptably even though a strict angle check flags them.
Slicer defaults, and why they disagree
Slicers expose the same idea through different reference axes, which is a common source of confusion. Cura's Support Overhang Angle defaults to 45 degrees, where 0 supports everything and 90 supports nothing. PrusaSlicer's overhang threshold is expressed as the slope angle with 90 degrees meaning vertical, and ships closer to 55 degrees. Both are adjustable, and both are conservative on purpose.
If a print failed on an overhang your slicer did not support, lower the threshold rather than concluding the geometry is unprintable.
Designing overhangs away
Ordered by how much they typically save:
- Reorient the part. Rotation costs nothing and often removes every problematic overhang at once. Check the overhang ratio again after rotating; it is the fastest way to compare orientations.
- Teardrop holes. A horizontal circular hole has a 90 degree overhang at its top. Replacing the top of the profile with a point or a chamfer removes it entirely, which is why teardrop holes are standard in printed brackets.
- Chamfer instead of square. A square shelf overhanging a wall is a 90 degree overhang. A 45 degree chamfer under it prints unsupported.
- Split the model. Two halves that each print flat, glued afterwards, beat one part printed on supports — both in surface quality and in time.
Checking before you slice
Mes3D reports overhang ratio alongside volume, surface area and watertightness, using the +Z build direction and a 45 degree threshold, so you can compare orientations before opening a slicer. It pairs naturally with the pre-print checklist and the watertightness check.