Tutorial

How to Repair a 3D Scan for High Resolution 3D Printing

Learn how to repair photogrammetry scans in Blender for 3D printing. Fix mesh errors, remove unwanted geometry, and prepare models for high-resolution printing.

Jack DefayJack Defay
November 18, 20258 min read
Photogrammetry scans often contain mesh errors that prevent successful 3D printing. This tutorial covers how to repair these issues in Blender, remove unwanted geometry, and prepare your model for high-resolution printing.

Understanding mesh errors

Before fixing issues, it's important to understand what can go wrong with photogrammetry meshes:
  • Non-manifold geometry: Edges shared by more than two faces, or faces with zero area. Slicers can't process these.
  • Holes and gaps: Missing faces where the software couldn't match features across photos.
  • Inverted normals: Faces pointing inward instead of outward, causing rendering and slicing problems.
  • Duplicate geometry: Overlapping faces or vertices that create unnecessary complexity.
  • Floating geometry: Disconnected mesh islands that aren't part of the main model.
  • Internal faces: Geometry inside the mesh that confuses slicing software.

Step 1: Import and inspect in Blender

Import your photogrammetry scan into Blender (File → Import → STL/OBJ/PLY). Before starting repairs, set up your analysis tools:
  1. Enable Statistics in the viewport (Viewport Overlays → Statistics) to see mesh information
  2. Enable the 3D Print Toolbox addon (Edit → Preferences → Add-ons → search "3D Print Toolbox")
  3. Open the 3D Print Toolbox panel (N key → 3D Print Toolbox tab) to analyze your mesh
  4. Use the toolbox to check for non-manifold edges, overhangs, and other print issues

Step 2: Remove unwanted geometry

Clean up artifacts before repairing the main mesh:
  • Delete floating components: Select → Select All by Trait → Loose Parts, then delete disconnected islands
  • Remove duplicate geometry: Mesh → Clean Up → Remove Doubles (Alt+M to merge by distance)
  • Delete internal faces: Select non-manifold geometry and manually remove internal or duplicate faces

Step 3: Fix mesh errors

Use the 3D Print Toolbox and Blender's selection tools to identify and fix common errors:

Fix non-manifold geometry

  1. Use the 3D Print Toolbox to identify non-manifold edges
  2. Select all non-manifold edges (Select → Select All by Trait → Non-Manifold)
  3. Use Mesh → Clean Up → Limited Dissolve to remove problematic edges
  4. For complex cases, manually delete or merge problematic faces
  5. Re-check with the 3D Print Toolbox until no non-manifold geometry remains

Fix inverted normals

  • Select all faces (A), then Mesh → Normals → Flip if needed
  • Or use Mesh → Normals → Recalculate Outside to auto-fix normals

Fill holes

  1. Select boundary edges around holes (Alt+Click to select edge loops)
  2. Use Mesh → Fill or F to fill small holes
  3. For larger holes, use Mesh → Fill Holes or manually create faces
  4. Review filled areas and adjust geometry if needed

Step 4: Ensure watertight geometry

A watertight (closed) mesh is essential for 3D printing. The model must form a complete, sealed surface:
  • Use Mesh → Clean Up → Make Manifold to automatically close gaps
  • Verify with the 3D Print Toolbox—should show no errors
  • Check statistics overlay to confirm the mesh is closed
  • Check for remaining holes by selecting boundary edges

Step 5: Export for printing

Export your repaired model:
  1. File → Export → STL (most common for 3D printing)
  2. Set appropriate scale—verify dimensions match your intended print size
  3. Verify the export is watertight in your slicing software

3D printing considerations

Different printing processes have specific requirements:
  • FDM (filament): Requires thicker walls, visible layer lines, good for larger prints
  • Resin (SLA/DLP): Higher detail, thinner walls possible, requires post-processing
  • Powder (SLS/MJF): Excellent durability, complex geometry without supports, matte finish

Always test your repaired model in slicing software before printing to catch any remaining issues.

Summary checklist

Before exporting for printing:
  • All holes are filled
  • No non-manifold geometry remains
  • Model is watertight (no open boundaries)
  • Normals are correct (faces pointing outward)
  • Wall thickness meets minimum requirements
  • Unwanted geometry removed
  • Model properly scaled and oriented

Following these steps in Blender will transform your photogrammetry scan into a reliable, print-ready model. The key is systematically addressing each mesh error type and verifying your model meets your specific printing process requirements.

Ready to Print Your Repaired Model?

Explore our 3D printing services and get expert help bringing your repaired photogrammetry scans to life.
Get Started Today
#3D printing#photogrammetry#3D scanning#tutorial#mesh repair#CAD#digital fabrication#Blender