Designing for the printer you actually own

Orientation, the 45° rule, bridges, wall thickness — the constraints that decide whether a part prints.

Every rule here comes from one fact

An FDM printer lays down molten plastic in stacked horizontal layers, and each layer must land on something. That is it. Overhang limits, bridging limits, why holes come out oval, why parts snap along a particular plane — all of it falls out of that one sentence.

Which means CAD for printing is not a separate skill so much as one extra question asked of every feature: what is this sitting on while it is being made?

Orientation is a design decision, not a slicer setting

A printed part is not the same strength in every direction. Bonds within a layer are strong; bonds between layers are weaker, because each layer is welded to a partly cooled one below. Load a part so that it tries to peel layers apart and it will fail at a fraction of the force it would take across the grain.

A bracket printed flat versus upright, showing where layers separateload across layers — strongload peels layers — weak
The same bracket, printed two ways. Layers run horizontally in both. On the left the load is carried across many layers; on the right it pulls directly on the bond between two of them.

So decide the print orientation while you are still modelling, and design for it. A hook that will hang weight should be oriented so the load runs along layers. If two goals conflict — this face wants to be flat on the plate, that load wants a different axis — the load usually wins, and you accept the support material.

The 45° rule

Overhang angle is measured from vertical. A straight wall is 0° and trivial. As the wall leans, each layer hangs further over the edge of the one beneath it, until at 45° roughly half of each new layer is unsupported — about the practical limit for most FDM materials. Past that, the plastic droops, strings, or curls up into the nozzle.

Three overhang angles measured from vertical30°prints clean45°the limit65°needs support
Overhang measured from vertical. Up to roughly 45° each layer still has enough of the previous one underneath it; beyond that the unsupported edge sags.

This turns into a modelling habit almost immediately: chamfer instead of fillet on downward-facing edges. A 45° chamfer supports itself perfectly. A fillet on a bottom edge starts out horizontal — a 90° overhang — and prints as a ragged lip. On the edges that touch the build plate, a chamfer also kills the “elephant’s foot” bulge from the squashed first layer and makes the part far easier to release.

Bridges

A bridge is a flat span printed across thin air between two supported ends. The printer can do it — it stretches the filament across and lets it cool — but only for so far. Keep unsupported spans under about 5 mm and you get a clean underside with no support at all. Much beyond that and the middle sags.

A slot 4 mm wide can simply be bridged. A slot 20 mm wide either needs support, or wants its top redesigned into two 45° faces meeting in a ridge — which prints beautifully and needs nothing.

Holes

Holes with their axis vertical print most accurately, since they are just a circle repeated on every layer. Even so they come out slightly undersized: the nozzle traces a polygon approximating the circle and the inside corners eat into it, and the extrusion shrinks as it cools. Adding roughly 0.2 to 0.4 mm to the modelled diameter is the usual compensation — but the exact figure is a property of your machine, and the next lesson shows you how to measure your own instead of trusting mine.

Holes with their axis horizontal are a different problem. The top of the circle is a 90° overhang, so it sags into an oval. The fix is a teardrop: replace the top of the circle with two faces meeting at a point, each within the 45° limit.

A round horizontal hole compared with a teardrop holetop of the circle sagsevery span stays under 45°
A horizontal hole and its teardrop equivalent. The teardrop is very slightly the wrong shape, and it is the shape that actually comes out round enough to use.

Thin things break, small things fail to print

  • Walls — make them a whole multiple of your extrusion width. At a 0.4 mm nozzle, 0.8 mm is two perimeters and is about as thin as is worth having; 1.6 or 2.4 mm is a sensible structural wall. Odd values leave a sliver too narrow to fill properly.
  • Vertical pins — thin towers wobble as the nozzle hits them and never get time to cool. 5 mm diameter is the recommended minimum. Below that, add a fillet at the base or use a metal pin.
  • Embossed text and fine detail — anything narrower than one extrusion width does not exist. Engrave rather than emboss where you can; a recess is more forgiving than a raised sliver.
  • Layer-height multiples — heights that are exact multiples of your layer height land on layer boundaries instead of being rounded by the slicer. This matters most for lips and steps that must meet another part.

Hands on

Make the bracket printable without support

Done when: The slicer preview shows zero support material, and the part is oriented so its load runs along layers.

  1. Look at your bracket and decide which face goes on the build plate and which direction it will be loaded. Write the answer down before you touch anything.
  2. Replace any fillet on a downward-facing edge with a chamfer. Keep the fillet in the loaded inside corner — that one is structural and faces upward.
  3. Add a horizontal hole through the upstand, then edit the sketch into a teardrop: keep the circle, add two lines from its sides meeting above it at roughly 45°, and trim the arc between them.
  4. Check every overhang. Anything past 45° either gets redesigned into a chamfer, gets split into two printed pieces, or gets accepted as a support-material cost — decide consciously which.
  5. Export STL, open it in your slicer, and turn supports off. Step through the layer preview. Every place the preview looks wrong is a modelling note, not a slicer setting.
  6. Print it. Keep it on the shelf next to the next revision — the before-and-after pair is worth more than either part alone.

Every number from this lesson is collected on the FDM design rules sheet, which is built to be printed out and stuck above the printer.

Check your recall

Answer from memory — no scrolling back.

  1. 1. Overhang angle in FDM is measured from which reference?
  2. 2. Why chamfer rather than fillet an edge that faces downward?
  3. 3. Roughly how long can an unsupported bridge be before it sags?
  4. 4. A printed hook will hang a heavy bag. How should it print?
  5. 5. Why does a horizontal hole want a teardrop profile?

Read this next — primary source

How to design parts for FDM 3D printing

Protolabs Network (formerly Hubs) knowledge base

The clearest single page on FDM design rules, written by people who print thousands of parts a week for customers. It gives numbers rather than vibes, and it explains the physical reason behind each one.

Stuck, curious, or think this lesson is wrong? Ask your teaching agent. That’s the point of the workspace — the lessons are the scaffold, the conversation is where the learning gets unstuck.