Wall Thickness in 3D Printing: A Practical Guide
Wall thickness is one of those settings that quietly decides whether a print succeeds. Get it right and your part comes off the bed strong and clean. Get it wrong and you end up with a flimsy shell that cracks in your hand — or a wall so thin the slicer skips it entirely. This guide explains how thick your walls should be, where the common rules come from, and how to apply them to tubular shapes like rings and pipes.
Why wall thickness matters
A wall is any vertical surface that forms the outer skin of your model. Its thickness sets the balance between strength, material use, and print reliability. There is a sweet spot, and missing it in either direction causes real problems.
If a wall is too thin, three things can go wrong. It may print but be fragile and snap under light load. It may print badly, with gaps where the plastic could not bond to itself. Or — the surprising one — the slicer may skip it entirely because the wall is narrower than a single extruded line, leaving a hole where you expected solid material.
If a wall is too thick, nothing breaks, but you waste plastic and time. A 5 mm wall on a decorative part uses far more filament and adds many minutes of print time for strength you will never use. Thickness is a budget; spend it where the part actually needs to be strong.
The nozzle-width rule
On an FDM (filament) printer, every wall is built from extruded lines, and each line is roughly as wide as your nozzle — commonly 0.4 mm. This single fact drives the most useful rule of thumb in the hobby:
A wall should be at least one nozzle width thick, and ideally a whole-number multiple of it.
A wall thinner than 0.4 mm cannot be printed at all on a 0.4 mm nozzle —
there is no line narrow enough to fill it. And when a wall is, say, 0.6 mm, it does not
divide cleanly into 0.4 mm lines, so the slicer either over-fills, under-fills, or leaves
a thin gappy zone in the middle. Walls that are multiples of the nozzle width —
0.8 mm (two lines), 1.2 mm (three), 1.6 mm
(four) — tile perfectly with whole perimeters and come out cleanest.
For functional parts that need to take stress, treat ~1–2 mm as a safe minimum. That gives you two to five solid perimeters, which is plenty for most brackets, enclosures, and mounts. Reserve sub-millimetre walls for cosmetic detail, not load bearing.
FDM vs resin: the minimums differ
The nozzle-width rule is specific to FDM. Resin (SLA/MSLA/DLP) printers cure liquid with light rather than laying down lines, so they resolve much finer detail and can hold thinner walls — often down to around 1 mm, and sometimes less for small, well-supported features. The trade-off is that very thin resin walls can warp, curl, or stay slightly flexible after curing, so 1 mm is a sensible floor for parts you intend to handle.
So the headline difference is this: resin can go thinner than FDM, but FDM functional parts should be thicker than you might expect from the model on screen. When you design a shape that might be printed either way, the safest move is to design for the thicker FDM minimum — a wall that works on FDM will almost always work on resin too.
Applying it to rings and pipes
Tubular shapes make wall thickness easy to reason about, because the wall is just the gap between two radii. For a Pipe/Tube or a Ring/Halo, the wall thickness is simply:
wall thickness = outer radius − inner radius
That difference is the only thing that decides whether the wall prints well, so keep it at or above your nozzle width — and, following the rule above, ideally a multiple of it. A worked example makes it concrete:
- Outer radius 20 mm, inner radius 18 mm → wall = 20 − 18 = 2 mm. On a 0.4 mm nozzle that is five clean perimeters — solid and strong.
- Outer radius 20 mm, inner radius 19.7 mm → wall = 0.3 mm. That is thinner than one line, so a 0.4 mm nozzle cannot print it and the slicer will likely drop the wall entirely.
If you find a tube printing with gaps or coming out fragile, do not change slicer settings first — check the radii. Widening the gap between inner and outer radius by even a fraction of a millimetre is often the real fix.
Relating thickness to slicer settings
Inside the slicer, wall thickness is controlled by the number of perimeters (also called shells or wall line count). Each perimeter is one nozzle-width line, so two perimeters at 0.4 mm produce a 0.8 mm wall. Modern slicers can also target a wall thickness directly and work out the line count for you. Either way, the geometry in your STL and the perimeter count in the slicer have to agree: if your model's wall is 0.5 mm but you ask for two perimeters (0.8 mm), the slicer cannot fit them and will compromise.
Two more things to keep in mind. Overhangs — walls that lean outward steeply — print more reliably when they are a little thicker, because each layer has more surface to bond to the one below. And short unsupported spans across a gap rely on bridging; a slightly thicker bridge sags less. For a full walk-through of taking a model from the browser to the bed, see how to 3D print a shape. Wall smoothness on curved surfaces also depends on mesh detail, which we cover in STL resolution and tessellation.
Set wall thickness directly — free
On the Ring and Pipe shapes, the inner and outer radius fields are your wall thickness. Type the two numbers, read the difference, and export a clean, print-ready STL in seconds — no sign-up, no install, nothing uploaded.
Open the STL generator →Frequently asked questions
What is the minimum wall thickness for 3D printing?
On a typical 0.4 mm FDM nozzle, the absolute minimum is one nozzle width (0.4 mm), but for any part that will be handled or stressed, aim for roughly 1–2 mm. Resin printers can hold walls down to about 1 mm reliably.
Why did my thin wall disappear in the slicer?
Because it was narrower than a single extruded line. A 0.4 mm nozzle cannot lay down a line thinner than itself, so any wall below that width has nothing to print and gets skipped. Thicken the wall — on a tube, widen the gap between inner and outer radius.
How do I make a ring or pipe wall thicker?
Increase the outer radius, decrease the inner radius, or both — the wall is the difference between them. For example, going from an 18 mm to a 17 mm inner radius (with a 20 mm outer radius) takes the wall from 2 mm to 3 mm.