Delamination — layers that separate from each other, or a part that splits along a build-direction plane — reads like a process fault, and often it is one. But there is a geometric cause that shows up repeatedly and is visible in the CAD file long before anyone slices it: the cross-sectional area changing too fast from one layer to the next.
The same predictor also drives balling and bead-up. Both are on the short list of failure modes that geometry can genuinely call.
The laser deposits energy into whatever the current layer is. The heat leaves through the material below. When the area of a layer changes sharply, that balance breaks in one of two directions:
Growth is the one that leads, because it is the one that lifts material off the plate. Shrink is reported too, because a heat funnel is a real risk even when nothing lifts.
The section_jump gate slices the part and walks the layer profile, taking
the fractional area change per millimetre of Z between consecutive layers:
rel = (A₁ − A₀) / A₀ / pitch
Normalizing per millimetre matters: it means the number keeps the same meaning when the voxel pitch changes, so a value from a coarse screen and a value from a fine one are comparable. The report gives the worst growth and the worst shrink, each with the areas either side and the Z height where it happens, so you can go find it on the model rather than hunt for it.
Gaps in the layer profile are skipped rather than treated as jumps — a discontinuity in the slice stack is not a section change, and counting it as one manufactures findings.
A flagged jump is not automatically a redesign. In rough order of cost:
section_jump result does not mean your layers will bond.Every gate named on this page runs automatically on an uploaded STL or STEP at
amprintanalyzer.com — free, no sign-up, and the
geometry is never modified. Findings are pinned to the model and each one is
labeled by its evidence class: measured (a direct geometric fact),
screening (a dimensionless index that localizes risk), or
estimate (a planning number with its assumptions stated).
If the screen disagrees with something you have actually measured on a printed part, that is the useful case — say so through the feedback strip. Disagreements are the calibration data.