FDM Extrusion Width & Wall Planner
FDM / FFFIn FDM/FFF, the actual deposited bead width is not equal to the nozzle diameter — it depends on layer height, flow rate, and material viscosity. Knowing the true extrusion width lets you plan wall perimeter counts precisely, avoid under-extrusion gaps in thin walls, and ensure structural parts have at least two solid perimeters.
Sign up to use this calculator
additive.tools is a membership platform for AM engineers. Sign up free to unlock 11 calculators plus the full materials & process knowledge base. Pro tier unlocks all 44 tools.
- 11 free calculators (44 total on Pro)
- 46-material property knowledge base
- Save your calculations to your profile
- No credit card · no marketing emails
Extrusion width model
w_e = D_nozzle × k_flow + (π/4 − 1) × h_layer
A_target = D_nozzle × h_layer × k_flow- D_nozzle
- Nozzle orifice diameter[mm]
- k_flow
- Flow rate multiplier[1.0 = 100%]
- h_layer
- Layer height[mm]
- A_target
- Target extrusion cross-section area[mm²]
Slic3r / PrusaSlicer extrusion-width model. The (π/4 − 1) ≈ −0.215 term accounts for the flattened elliptical cross-section of the deposited bead against the build plate or previous layer. For tall layers (h > 0.5D), the simple model w_e ≈ D × k_flow is sufficiently accurate.
Wall planning rules
Minimum wall
≥ 0.8 × nozzle diameter. Below this, the slicer may skip the perimeter or produce under-extruded walls.
Structural minimum
≥ 2 perimeters (2× extrusion width). Single-perimeter walls have low inter-layer bond strength and are prone to splitting.
Perimeter match
Design wall = n × w_e avoids gap/overlap artefacts. Small mismatches (< ±5%) are absorbed by the slicer.
Layer height
25–75% of nozzle diameter maximises layer adhesion and print reliability.
Sources
- [1]Slic3r manual — Extrusion width — github.com/slic3r/Slic3r — wiki / Extrusion-Width
- [2]Griffiths, C.A. et al. (2016) — The effect of print speed and line width on FFF dimensional accuracy — J. Manuf. Process. 22, 2016
- [3]Turner, B.N. et al. (2014) — A review of melt extrusion additive manufacturing processes: I. Process design and modeling — Rapid Prototyping J. 20(3):192–204
- [4]DfAM Checklist — additive.tools FDM design rules