Design for 3D printing: rules that prevent failed prints

Most failed prints aren't slicer problems — they're design problems that were baked in before you exported the model. Design for 3D printing is the short list of rules that decide whether a part comes off the bed clean, strong, and dimensionally close, or stringy, warped, and weak. None of it is exotic. It's a handful of dimensions you can check while the model is still editable, when a fix costs a keystroke instead of a reprint.

Here's the working checklist, ordered roughly by how often it bites people. It's process-agnostic where it can be and FDM-specific where that's what most makers are running. At the end, a note on how to stop checking this by hand.

Wall thickness: the number that fails most parts

A wall thinner than your process can resolve either won't print or won't survive handling.

  • FDM: keep walls at two perimeters or more — about 0.8 mm with a standard 0.4 mm nozzle. A single 0.4 mm perimeter is the absolute floor and prints fragile. Below 0.4 mm the slicer often skips the wall entirely.
  • SLA / resin: you can go thinner — roughly 0.3–0.5 mm — but thin resin walls are brittle and prone to warping during cure.

The trap is detail walls: ribs, lettering, and decorative shells that look fine on screen at 0.3 mm and vanish in the print. If a wall is structural, give it margin above the floor, not exactly the floor.

Overhangs and the 45-degree rule

Filament needs something underneath it. The rule of thumb: overhangs steeper than ~45° from vertical need support.

  • Up to ~45°, each layer is supported enough by the one below to print clean.
  • 45–60° degrades — drooping, rough surfaces.
  • Past 60° over any real span, expect sag or outright failure without support.

The better move is often to design the overhang out. Replace a flat overhang with a 45° chamfer, reorient the part so the overhang points down into the bed, or split the model and glue. Supports cost material, time, and surface finish — avoiding them is a design decision, not a slicer setting.

Bridging: how far filament can span unsupported

A horizontal span printed across a gap — the top of a doorway, a hole in a vertical wall — is a bridge. FDM bridges up to roughly 5–10 mm cleanly; beyond that the middle sags. Keep unsupported spans short, add a chamfer or teardrop to the top of horizontal holes, or accept that a long bridge needs support.

Internal corners: round them

A sharp internal (concave) corner is a stress riser — the single most common place a functional printed part cracks, because it concentrates load exactly where FDM layer adhesion is weakest. Add a fillet. Even a small R0.5–R1 radius dramatically reduces the stress concentration and gives the part somewhere for force to flow. Outside corners can stay sharp; inside corners under load should not.

Small features near the resolution limit

If a feature approaches your process's minimum resolution it prints as mush or disappears:

  • FDM: features below roughly the nozzle diameter (0.4 mm) — tiny pins, fine text, shallow embossing — won't resolve. Emboss/deboss text at ≥0.8 mm stroke width and ≥0.4 mm depth.
  • Holes print undersized on FDM because of inward flow; oversize a press-fit hole by ~0.1–0.2 mm or plan to drill it to size.

Clearances for parts that fit together

Two printed parts that need to mate — a lid, a snap, a peg in a hole — need a gap designed in, because nothing prints exactly to nominal:

  • Loose/sliding fit (FDM): ~0.4–0.5 mm clearance.
  • Snug fit: ~0.2–0.3 mm.
  • Press fit: ~0.1 mm, and expect to sand.

Modeling mating parts at the same nominal dimension is the classic beginner mistake — they fuse or won't go together.

Orientation and strength: prints are weakest along the layers

This one isn't a dimension, it's a direction. FDM parts are anisotropic — markedly weaker between layers (Z) than within a layer (XY). A hook printed flat is strong; the same hook printed upright snaps along a layer line under the same load.

Orient the part so the expected load runs across layers, not along the seams between them. Orientation also drives how many overhangs you create and how good the visible surfaces look. It's usually the highest-leverage decision you make on a printable part, and it's free.

Warping: keep big flat areas honest

Large flat bottoms and long thin spans warp as they cool, lifting off the bed. Add fillets at the base, avoid huge unbroken flat footprints where you can, and design in features (chamfered edges, a brim-friendly base) that help adhesion. Material matters too — ABS warps far more than PLA or PETG.

Stop checking this by hand

Every rule above is something you can eyeball, but eyeballing is exactly where things slip — you catch the obvious thin wall and miss the 0.6 mm rib, or you forget the corner fillet on the bracket that later cracks.

That's the case for running an AI manufacturability review on the model before you slice: it reads the part and flags thin walls, sharp internal corners, steep overhangs, and sub-resolution features against the process you've chosen, then suggests the dimension change to fix each one. It doesn't replace knowing the rules — it replaces remembering to check all of them, every time.

If you're modeling printable parts in the first place, you don't need a heavy CAD package to apply any of this — see browser-based CAD for 3D printing on when a lightweight tool is enough. Cadre is free during the alpha and runs the review in your browser.

FAQ

What's the minimum wall thickness for 3D printing?

For FDM, about 0.8 mm (two perimeters at a 0.4 mm nozzle) for anything structural, with 0.4 mm as the fragile absolute floor. SLA resin can go to roughly 0.3 mm but prints brittle.

How much clearance do printed parts need to fit together?

Roughly 0.2–0.3 mm for a snug fit and 0.4–0.5 mm for a sliding fit on FDM. Modeling both parts at the same nominal size is why they won't go together.

What overhang angle can a 3D printer handle without support?

Up to about 45° from vertical prints clean unsupported. Steeper than that needs support, or redesign the overhang as a 45° chamfer.