GLOSSARY

Non-Manifold Geometry

Non-manifold geometry is mesh that violates the conditions for representing a real solid: edges shared by more than two faces, isolated vertices, internal walls, or zero-thickness surfaces.

Definition

Common forms of non-manifold geometry:

  • An edge shared by three or more faces (T-shaped intersections)
  • A vertex connected to two otherwise-disconnected face fans
  • Internal duplicate surfaces inside a watertight outer shell
  • Zero-thickness flaps where a single face is exposed on both sides
  • Self-intersecting faces that pass through each other

Why it matters

Non-manifold meshes break the in/out distinction a slicer needs. Worst case: the slicer crashes or skips layers. Best case: it silently auto-repairs and you never notice. Either way, you cannot guarantee the printed part matches the digital one.

The most common source of non-manifold geometry is a Boolean union or difference in CAD that did not quite resolve cleanly. The second most common is AI-generated meshes from rendering- first pipelines that produce internal hidden surfaces.

How to fix it

Blender's 3D-Print Toolbox, MeshLab's "Repair" filters, Microsoft's free 3D Builder, and the online Netfabb service all detect and repair non-manifold geometry. PrusaSlicer's built-in repair handles most cases without leaving the slicer.

For AI-generated meshes, the cleanest fix is regenerating with a tool that targets printing. Auto-repair preserves topology but can leave subtle artifacts at the patch edges.

SEE ALSO