Getting Started with 3D Scanning for 3D Printing: Photogrammetry, Handheld Scanners, and Mesh Cleanup
Most of what goes through a 3D printer starts life as a CAD model or a downloaded STL, but a huge category of useful prints starts somewhere else entirely: a real, physical object that needs to be digitized. A broken bracket with no part number, a cosplay prop based on your own face, a vintage knob that's no longer manufactured, a sculpture you want to scale and reproduce — these are all jobs for 3D scanning, not modeling from scratch. This guide covers the two practical paths into 3D scanning for makers (phone-based photogrammetry and dedicated handheld scanners), how to capture a clean scan, and how to turn that scan into something your slicer can actually work with.
Two Approaches: Photogrammetry vs. Structured-Light/LiDAR Scanners
Photogrammetry reconstructs a 3D mesh from a large set of overlapping 2D photos by triangulating matching features across images. It needs no special hardware beyond a decent phone camera, which makes it the zero-cost entry point. Dedicated scanners (structured-light, laser-line, or LiDAR-assisted) project a pattern or beam onto the object and measure deformation in real time, giving you a live point cloud as you move around the object. They cost more but are dramatically faster to capture with and handle geometry that defeats photogrammetry — blank walls, glossy surfaces, and repetitive patterns.
MethodTypical CostAccuracyBest For Phone photogrammetry (Polycam, KIRI Engine, Meshroom)Free – $15/mo app subscription0.5–2mm on textured objectsStatues, organic shapes, occasional use Budget handheld scanner (Revopoint, Creality CR-Scan)$200–$6000.1–0.3mmMechanical parts, faces, frequent scanning Prosumer structured-light (EinScan, Shining 3D)$1,000+0.05mm or betterReverse engineering, dimensional work Desktop photo-scanner rigs (turntable + software)$100–$300 DIY0.2–1mmSmall, repeatable batches (product shots, minis)Photogrammetry Capture Technique
Photogrammetry lives or dies on overlap and lighting. Aim for 60–80% overlap between consecutive photos, shooting in a full circle around the object at 2–3 heights (low, eye-level, high), then close in on any detail areas you care about. Even, diffuse lighting matters more than resolution — overcast daylight or a softbox setup avoids the hard shadows that confuse the reconstruction algorithm. Avoid moving the object between shots; if it's small, put it on a turntable and keep the camera fixed instead, which also makes background removal easier. Reflective and transparent surfaces (glass, chrome, glossy plastic) are photogrammetry's weak point: a light dusting of scanning spray, dry shampoo, or matte talcum powder gives the algorithm texture to lock onto and washes off afterward.
For software, Polycam and KIRI Engine (both free-tier mobile apps) will get a beginner from photos to a cleaned mesh in one sitting. Meshroom (free, open source, desktop) gives more control and better results on trickier subjects but needs a capable GPU and patience — a 200-photo set can take 20–40 minutes to process.
Handheld Scanner Workflow
A handheld scanner replaces "shoot 150 photos and wait" with "walk around the object and watch the mesh build live." Budget models like the Revopoint MINI 2 or Creality CR-Scan Otter are genuinely usable for makers: they capture at 0.1–0.3mm accuracy, run off companion software on a laptop or phone, and let you fill in weak spots interactively instead of discovering gaps after the fact. The same lighting and reflectivity rules apply — matte, textured surfaces scan cleanly, mirrors and black rubber do not. Most budget scanners include a rotating turntable for small objects (under ~30cm) and a "body scan" or "face scan" mode with looser tolerances for organic subjects.
From Raw Mesh to Printable Model
A raw scan is not print-ready. It will have holes where the scanner couldn't see (undersides, tight cavities), a much higher polygon count than you need, and floating noise/debris in the point cloud. The cleanup workflow, in order:
- Isolate the object. Crop or lasso-select to remove the turntable, backdrop, and stray points before doing anything else — it makes every later step faster and more reliable.
- Fill holes. Meshmixer's Inspector tool auto-detects and patches small holes; Blender's 3D-Print Toolbox add-on does the same and is free. See our guide on repairing broken STLs for the manifold-mesh mechanics in more depth — the same non-manifold, hole, and normal issues that show up in a downloaded bad STL show up in raw scans, just more of them.
- Decimate. A phone-app scan can easily be 2–5 million triangles. Decimate down to a triangle count your slicer handles comfortably (typically under 500k for a desktop FDM print) while watching for visible faceting on curved surfaces.
- Retopologize if needed. For a part you intend to edit further in CAD, converting the scan into clean quad topology (Blender's Remesh or a dedicated retopology tool) makes it usable as a modeling reference instead of a dead-end mesh.
- Verify scale. Scanners drift slightly on absolute scale, especially photogrammetry with no reference object in frame. Measure a known dimension on the physical object with calipers and scale the mesh in your modeling software to match before you print anything that needs to actually fit.
Practical Uses
The most common maker use case is reverse-engineering a broken or discontinued part — scan the survivor half of a snapped bracket, mirror it in CAD, print a replacement. Cosplay and prop work benefits enormously from face/body scanning for custom-fit armor and masks. Product photographers and Etsy sellers use scanning to digitize display stands and packaging inserts. And scanning is a fast way to get a printable base mesh for sculpting or 3D-printed miniatures without starting from a blank canvas in Blender or ZBrush.
Legal and Practical Considerations
Scanning and printing an object you don't own the rights to — a copyrighted figurine, a trademarked logo, someone else's published design — carries the same IP risk as tracing and redistributing any other creative work; scanning your own physical objects for personal repair or reference is generally fine, but reproducing and selling scans of someone else's copyrighted product is not. Structured-light and laser-line scanners used by consumer hardware are low-power, eye-safe by design (Class 1 or Class 2 laser modules), so there's no meaningful exposure hazard during normal use, but keep the same common sense you'd apply to any laser product: don't stare directly into the projector.
3D scanning won't replace CAD for anything that needs precise, parametric dimensions, but for capturing the real, irregular, one-off shapes that are painful to model by hand, it closes a gap that no amount of slicer or printer tuning can. Start with your phone and a free app before spending on hardware — it'll tell you quickly whether scanning solves enough of your actual problems to justify a dedicated scanner.
Related Guides
- How to Repair Broken STLs for 3D Printing: Complete Mesh Repair Workflow
- How to Use Blender for 3D Printing: From Modeling to Clean STL Export
- Reverse-Engineering Physical Parts for CNC: Digitizing and Building a Machinable Model
- How to Use FreeCAD for Makers: Parametric CAD for 3D Printing, Laser Cutting, and CNC
- New 3D Printer Owner's Guide: Finding Models, Slicing, and Your First Prints
- Splitting and Joining Large 3D Prints: Alignment Pins, Keys, and Bonding for Oversized Models
- 3D Printer File Formats Explained: STL vs 3MF vs OBJ vs STEP, and Which to Use When
- Build a Raspberry Pi Distributed Render Farm for Blender