Meshmixer occupies an unusual position in the 3D printing software stack: it's not a CAD tool, not a slicer, and not a scanner processing application — it's a mesh editor optimized for the operations that fall between those categories. Autodesk acquired it in 2011, has maintained it through multiple major versions, and makes it available at no cost. For makers who regularly encounter broken STL files, oversized solid models that need hollowing, or scan data that needs cleanup, Meshmixer is an essential complement to any slicer workflow.

Mesh Repair Workflow

STL files exported from CAD tools, scan processors, or online repositories frequently contain mesh errors that will cause slicers to produce incorrect results: non-manifold edges (where more than two faces share an edge), open shells (holes in the mesh surface), self-intersecting geometry (faces that pass through each other), and reversed normals (faces pointing inward instead of outward). Most slicers attempt to repair these automatically, with varying success; Meshmixer's repair tools are more thorough and produce more predictable results.

The Analysis → Inspector tool detects and visualizes mesh errors as colored spheres: blue for open holes, red for isolated shells, pink for non-manifold edges. Clicking "Auto Repair All" applies repair operations sequentially and resolves the majority of errors in typical broken models within seconds. For errors that auto-repair doesn't handle cleanly, the individual repair operations (Fill Holes, Discard Small Components, Make Solid) can be applied with fine-grained control over repair aggressiveness.

Make Solid deserves special mention: it voxelizes the mesh and extracts a new clean surface, discarding all geometric artifacts in the original. The output mesh is watertight and manifold by construction, though at some geometric resolution loss (controlled by the voxel resolution slider). For severely broken models where conventional repair fails, Make Solid is a reliable fallback that produces a printable mesh at the cost of losing fine surface detail.

Hollowing for Resin Printing

Solid resin prints are expensive and heavy. A 50 mm figurine printed solid at 0.05 mm layers in standard ABS-like resin consumes 20–30 mL of resin; the same model hollowed with 2 mm walls consumes 6–8 mL. Hollow printing also improves cure quality — solid thick sections can cure incompletely, leaving soft inner material that distorts after print completion. Meshmixer's hollow tool (Edit → Hollow) handles this with intuitive parameters: inner offset distance (wall thickness), closure type (flat or dome), and offset precision.

After hollowing, drainage holes must be added to allow uncured resin to drain during post-processing. Meshmixer's Edit → Make Pattern tool isn't ideal for this; most workflows use Edit → Hollow's built-in "Generate Holes" option, which places circular holes at low points on the model surface where drainage is most effective. Hole diameter and placement can be adjusted interactively before applying. Standard guidance suggests 2–4 mm diameter holes at the lowest 2–3 model points, plus a second set near the top for air entry during drainage.

Support Generation for FDM and Resin

Meshmixer includes a support generation algorithm (Analysis → Overhangs) that's particularly well-regarded for organic and miniature geometries. Unlike slicer-generated supports, Meshmixer's tree supports are generated as mesh geometry attached to the model — the combined mesh exports as a single STL for slicing. This approach gives complete control over support tree parameters before slicing, independent of the slicer's support generation.

For resin printing specifically, where supports are the primary determinant of surface quality on supported faces, Meshmixer's support algorithm with small contact point diameters and steep branch angles produces less contact-area artifact than most slicer generators. The trade-off is that supports cannot be removed from the slicer layer view and require Meshmixer's own support mesh — an additional file management step versus slicer-integrated support workflows.

Sculpting and Organic Adjustments

Meshmixer includes a sculpting toolkit (brushes for inflate, smooth, drag, flatten, and pinch) useful for organic model adjustment. For making minor surface corrections to scan data, softening sharp artifacts on 3D scan output, or blending joints in assembled multi-part models, the sculpt tools provide fast organic editing without returning to the original CAD source. This workflow is particularly useful for scan-and-print workflows where minor surface correction is needed but full re-scan is impractical.

Orientation and Stability Analysis

Meshmixer's Analysis → Stability tool evaluates the physical stability of a model standing on a flat surface — relevant for figurines, displays, and any object that will be freestanding after printing. The tool visualizes the center of mass projection relative to the base footprint: if the projection falls outside the footprint, the model will tip. This is not something any slicer provides, and for display models where the CAD design assumed a base that the printed version won't have, discovering a balance issue before printing saves material and time.

The Orientation wizard (Edit → Optimize Orientation) attempts to find the print orientation that minimizes overhang area, a proxy for minimizing support volume. For complex organic models where the optimal print orientation is non-obvious, running the optimizer is faster than manually testing multiple orientations in the slicer. The algorithm's recommendations aren't always correct — it doesn't account for anisotropic strength requirements or surface finish priorities on specific faces — but it's a reasonable starting point that narrows the orientation search space before slicer evaluation. Running Meshmixer's suggestion and the slicer's built-in auto-orient in parallel and comparing the two frequently converges on the same answer from independent paths, providing useful validation before committing to a long print.

Sources