Whether you're new to 3D printing or refining a part for production, a few design-for-additive-manufacturing (DfAM) choices make the difference between a crisp, strong print and one that warps, breaks, or costs more than it should. The good news: the rules aren't complicated, and most of them are about working with how a printer builds a part rather than fighting it. Here are the five tips we apply to almost every job that comes through our Rochester shop, with the reasoning behind each so you can adapt them to your own parts. The deeper reference manuals from Formlabs and the Prusa Knowledge Base are worth bookmarking once you've absorbed these.
1. Design for the build direction
This is the single most important idea in designing for FDM, and the one new designers most often miss. An FDM part is built up in horizontal layers, and it's much stronger along the X/Y plane than between layers (the Z axis) — the bond between layers is the weak link. Pull a printed part apart along a layer line and it'll separate at a fraction of the force it would take to break the same part across the layers.
So: figure out where the load is, then orient the part (in your head, when you design it) so that force acts across layers, not pulling them apart. A hook that hangs a weight should be printed lying down, not standing up, so the load is shared across many layers instead of trying to peel two layers apart. Threads, snap-fit cantilevers, hinge pins, and mounting tabs all want the same treatment. If a part has an obvious "up" in use, tell us — or model it so the natural print orientation lines up with the way it's loaded.
When the geometry genuinely fights you (a part that's loaded in two directions, say), the answer is usually a stronger material — nylon or polycarbonate instead of PLA — rather than a clever orientation. We'll flag that on the design review. SLA is more isotropic (closer to equal strength in all directions), so build direction matters less there — but SLA resins are generally more brittle than FDM engineering plastics to begin with, so it's not a free pass.
2. Avoid steep overhangs — and design the supports out
An FDM printer lays each layer onto the one below it. If a layer sticks out too far past the layer underneath — a steep overhang — there's nothing holding the molten plastic up, and it droops. Most printers handle overhangs up to about 45° from vertical cleanly; past that you need support material, which adds print time, wastes filament, and leaves a rough, fuzzy surface wherever the supports were touching when you snap them off.
The fix is almost always in the CAD, not the slicer:
- Use a 45° chamfer instead of a flat overhang. The underside of a ledge, the bottom of a hole that prints horizontally, the lip of a recess — a chamfer turns an unprintable overhang into a self-supporting surface that comes out clean every time.
- Add a small fillet or teardrop to horizontal holes. A circular hole printed on its side starts overhanging badly past the halfway point; a teardrop profile (or a hexagon) keeps every facet under 45°.
- Split the part. A geometry that's impossible to print in one piece is often trivial in two pieces glued or screwed together — and a glued seam in the right place is invisible and as strong as the surrounding plastic.
- Re-orient. Sometimes simply printing the part on a different face eliminates every overhang. We try this first.
If supports are unavoidable, at least keep them off the surfaces that show or that have to be smooth. Tell us which face is the "A surface" and we'll orient and support around it.
3. Watch your wall thicknesses
Walls that are too thin warp, break during support removal, or simply don't print — below a certain thickness the slicer can't fit a single extrusion line and the wall vanishes. Walls that are too thick waste material, add print time, and can trap internal stress that warps the part as it cools. There's a comfortable middle band:
- FDM: 1.2–2.0 mm is a safe, strong wall for most parts (that's roughly 3–5 perimeters at a typical 0.4 mm nozzle). Go thicker for structural parts that carry real load; don't go below ~0.8 mm unless the wall is purely cosmetic and unstressed.
- SLA: 0.6–1.5 mm works for detail parts; go thicker for anything structural, and remember thin resin walls are fragile until they're fully UV-cured.
A related point: keep wall thickness reasonably consistent across the part. A part that's 1.5 mm in one spot and 8 mm in another cools unevenly, and the thick section pulls on the thin one — that's a classic warping cause. If you need a thick section for stiffness, hollow it out or add ribs instead of leaving it solid.
4. Add fillets to reduce stress
A sharp internal corner is a stress concentrator — under load, that's exactly where a part cracks first, and it's where layer adhesion is already working hardest. Rounding that corner with even a small fillet (0.5–2 mm, depending on the part) spreads the load over a curve instead of a point and dramatically improves how much abuse the part takes before it fails.
This matters most on:
- Brackets and L-shaped parts — fillet the inside of the bend.
- Snap-fit cantilevers — fillet where the arm meets the body, or it'll snap off at the base after a few cycles.
- Anything that flexes repeatedly — clips, latches, living hinges.
- The base of any feature — a boss, a rib, a peg — sticking up from a flat surface.
A small chamfer on the bottom outside edge of a part is also worth adding: it makes the part easier to pop off the build plate without gouging the first layer, and gives a cleaner edge.
5. Design holes slightly oversized
FDM printers tend to under-size holes — a 5.0 mm modeled hole often comes out 4.7–4.9 mm. It's a combination of the extrusion width on the inside of the curve and the plastic cooling and shrinking inward. Shafts and pegs go the other way, ending up slightly oversized. So:
- Clearance holes: add 0.2–0.3 mm to the nominal. An M5 bolt wants a hole modeled at ~5.3 mm to drop through freely.
- Sliding fits: oversize the hole by ~0.2–0.3 mm and/or undersize the shaft by ~0.1–0.2 mm and test. Print fits are not machine fits — expect to iterate once.
- Press fits: reverse it — make the hole a hair smaller than the shaft.
- Threads: for anything that'll be cycled, design for a brass heat-set insert rather than printing the thread directly. Printed threads work for low-stress, low-cycle uses; heat-set inserts are vastly more durable.
When a hole has to be precise — a bearing seat, a dowel reference — the cheapest path is often to print it undersized and ream or drill it to final size. We do that routinely; just flag the dimension. There's more on all of this in our guide to 3D printing tolerances.
Putting it together: a worked example
Say you're designing a wall bracket that holds a 5 lb shelf. Build direction: print it flat so the load (downward on the shelf, levering the bracket off the wall) is carried across many layers, not peeling two apart. Overhangs: chamfer the underside of the shelf ledge at 45° so it self-supports — no supports, clean surface. Walls: 2 mm minimum, with a triangular rib on the back for stiffness instead of a solid 8 mm block. Fillets: 2 mm radius on the inside of the L-bend, smaller fillets where the rib meets the faces. Holes: the two screw holes modeled 0.3 mm oversized so the screws drop in; countersinks chamfered (which also makes them self-supporting). Material: PETG for a part that lives indoors and takes moderate load, or nylon if it'll get abused. That's the whole checklist — five tips, one part.
FAQ
Do these tips apply to SLA resin prints too? Some do, some don't. Build direction matters less for SLA (it's more isotropic) but resin parts are brittler, so don't treat them as drop-in replacements for tough FDM plastics. Overhangs still need supports on SLA, and thin walls are even more fragile until cured. Wall-thickness and fillet advice carries over. Our FDM vs SLA guide covers when to use which.
How thin can a wall actually be? On FDM, ~0.8 mm is the practical floor for a wall that has to do anything; below that it's a single fragile extrusion line. Decorative-only features can go thinner. On SLA, ~0.5 mm, but handle with care before curing.
I don't have CAD software — can you fix the design for me? Yes. Send what you have — a sketch, a photo, an STL that won't slice — and our design service will model or repair it, with the design-for-manufacturing review included.
What file format should I send? STEP or IGES is best (solid geometry); STL, OBJ, 3MF, and F3D also work. STL is a surface mesh, so it's harder to edit if changes are needed — send the native CAD if you have it.
Bring us your files
Not sure whether a part is print-ready? Send us your STL or STEP file through the quote form and we'll do a free design-for-manufacturing review before we start printing — flagging weak walls, unsupportable overhangs, hole sizing, and orientation issues. Small changes up front almost always save more than they cost.