In fused deposition modeling (FDM), layer height is the vertical distance assigned to each deposited layer. A model sliced at 0.20 mm is built from nominally 0.20 mm-high layers; changing that value changes how the slicer discretizes the model along the Z axis.
That one setting affects several things at once: curved surfaces become more or less visibly stepped, small vertical features may be represented differently, each extrusion line changes shape, and the printer needs a different number of layers to reach the same height.
Layer height is a Z-axis sampling interval
An STL or mesh can describe a sloped or curved surface continuously within the precision of its triangles. FDM cannot reproduce that surface continuously in Z. The slicer intersects the model at discrete heights and generates toolpaths for those slices.
For a part with height H and a constant layer height h, the approximate layer count is:
N ≈ H / hA 20 mm-tall region therefore requires roughly:
0.30 mm layers → 67 layers
0.20 mm layers → 100 layers
0.10 mm layers → 200 layersThe exact count can differ because the first layer may use a different height and the slicer has to handle top and bottom boundaries.
This is why layer height is often described as vertical resolution. The description is useful, but it does not mean a 0.10 mm layer height guarantees 0.10 mm dimensional accuracy. Motion-system error, extrusion consistency, material shrinkage, cooling, first-layer compression, and calibration still affect the finished dimensions.
Smaller layers reduce stair-stepping
A shallow slope printed in discrete layers forms a staircase profile. With a smaller layer height, each vertical step is shorter, so the approximation follows the intended surface more closely.
The effect is especially visible on:
- domes and spheres,
- shallow angled walls,
- figurines with curved surfaces,
- embossed or recessed details that change gradually in Z.
Vertical walls are different. Their outer contour is primarily determined by XY motion and extrusion width, so reducing layer height does not automatically improve every feature on the part.
Orientation matters for the same reason. A surface that is nearly vertical may already show little stair-stepping, while a shallow curved surface can reveal layer boundaries clearly even when the printer’s XY positioning is good.
Layer height changes the shape of an extrusion line
A deposited FDM line is not a circular strand sitting untouched on the previous layer. The nozzle compresses molten material into a flattened bead that bonds to the material below and beside it.
Layer height therefore has to be compatible with the nozzle, extrusion width, material, temperature, and flow rate.
For a common 0.4 mm nozzle, 0.20 mm is a conventional general-purpose layer height, but the nozzle diameter does not impose one universal correct value. Very tall layers leave less vertical compression and can produce poor bonding or inconsistent line geometry. Extremely thin layers can also become difficult because small Z errors, surface irregularities, and flow variations consume a larger fraction of the commanded layer thickness.
Rules such as setting layer height to a fixed percentage of nozzle diameter are useful starting heuristics, not physical guarantees. The supported range should come from the printer, hotend, nozzle, material profile, and slicer’s validated settings.
Smaller layer height usually increases print time
Reducing layer height increases the number of layers. That creates more perimeter passes at different Z positions and more layer transitions.
If a 40 mm-high part changes from 0.20 mm to 0.10 mm layers, the nominal layer count doubles from about 200 to about 400.
Print time does not necessarily double. Infill geometry, acceleration, travel, minimum-layer-time limits, volumetric flow, top and bottom settings, and the shape of each slice also contribute to total time. But for geometry dominated by repeated perimeters, a smaller layer height can increase print duration substantially.
This makes layer height a poor setting to optimize in isolation. A visually insignificant reduction can add many layers without improving the surfaces that matter.
Smaller is not always stronger
Layer height also affects mechanical behavior, but there is no universal rule that the smallest layer is the strongest.
FDM parts are anisotropic: strength depends on load direction, raster orientation, interlayer bonding, temperature, material, cooling, wall count, extrusion width, and defects such as under-extrusion or voids. Changing layer height alters bead geometry and the contact conditions between layers, so it can change strength, but the result depends on the complete process.
For a functional part, orientation and wall design can matter more than choosing between two nearby layer heights. Mechanical decisions should therefore be based on the actual material and load case rather than treating layer height as a direct strength control.
The first layer is often intentionally different
The first layer has a separate job: establish reliable adhesion to the build surface while tolerating small bed-height variations.
Slicers therefore commonly allow a first-layer height that differs from the rest of the print. A model might use:
first layer: 0.24 mm
remaining layers: 0.16 mmA relatively generous first layer can make the process less sensitive to tiny surface deviations, but it cannot compensate for a badly leveled bed or an incorrect Z offset.
This distinction also matters when counting layers or diagnosing dimensional error near the bottom of a part. The first layer should not be assumed to have the same geometry as every subsequent layer.
Adaptive layer height spends resolution where geometry needs it
Constant layer height is simple but inefficient for models that mix vertical walls with shallow curves.
Adaptive or variable layer height lets the slicer use thicker layers where the geometry changes little in Z and thinner layers around curves, slopes, and fine vertical details.
Conceptually:
vertical/simple region → thicker layers
shallow curved region → thinner layers
vertical/simple region → thicker layersThis can preserve much of the visible benefit of fine layers without applying the smallest height to the entire model. The transitions still have to remain within settings that the printer can execute reliably.
Choose layer height from the surfaces that matter
A useful layer-height decision starts with the geometry rather than a generic quality label.
For a fast dimensional prototype with mostly vertical walls, a larger validated layer height may be sufficient. A small decorative model with domes and shallow slopes can benefit visibly from thinner layers. A mixed model may be a better candidate for adaptive layers.
Nozzle size sets an important geometric constraint, but layer height is ultimately part of an extrusion system. It interacts with line width, flow, temperature, speed, cooling, and material behavior.
The practical tradeoff is therefore not simply “low layer height equals quality.” Layer height controls how finely the model is sampled in Z and how each bead is formed. The best value is the coarsest validated height that still represents the important geometry and produces the required surface and mechanical behavior.