To scan a physical object for 3D printing, you need to capture its surface geometry digitally, clean up the resulting mesh, and export it in a format your slicer software can read. The process can be as simple as walking around an object with your phone or as precise as using a dedicated handheld scanner, but every method follows the same basic pipeline: capture, clean, export, print.
Choose Your Scanning Method
Three main technologies exist for turning a real object into a digital 3D model, and the right one depends on what you’re scanning and how much detail you need.
Structured light and laser triangulation scanners project patterns of light onto a surface while a camera records how those patterns distort. Structured light scanners send out a grid of white or blue light; laser scanners emit simple lines. Both work best on objects ranging from a few millimeters to a few meters in size and produce highly detailed results. These are the go-to choice for scanning parts, figurines, mechanical components, and anything where dimensional accuracy matters.
Photogrammetry reconstructs 3D geometry from dozens or hundreds of overlapping photographs. You shoot photos from many angles, and software calculates depth by comparing how features shift between images. It’s the most accessible method since all you need is a camera, but it requires careful overlap between shots and consistent lighting. For best results, aim for 75 to 85 percent overlap between consecutive images and 70 to 80 percent overlap between adjacent rows. Going below 70 percent heading overlap risks gaps in your model; going above 90 percent adds roughly 300 percent more data with minimal accuracy gains.
Time-of-flight scanners measure how long laser pulses take to bounce back from a surface. They’re designed for large objects like buildings, vehicles, or terrain, with effective ranges from several meters to several hundred meters. Accuracy runs from a couple of millimeters on a tripod-mounted unit to several centimeters when scanning from a drone. These are overkill for most 3D printing projects unless you’re scanning architecture or large-scale environments.
Scanning With a Smartphone
If you own a recent iPhone Pro or iPad Pro, the built-in LiDAR sensor paired with a scanning app can produce usable 3D models without any extra hardware. In static conditions, the LiDAR sensor produces point clouds with distances less than 1 mm from their best-fitting plane. Move the device during scanning, though, and that accuracy drops to roughly 1 cm on average due to shifts in the device’s position and orientation.
For small, detailed objects, phone scanning has real limits. But for medium-sized items where millimeter precision isn’t critical (a vase, a helmet, a pet’s head for a novelty print), it’s a remarkably low-barrier entry point. Popular apps like Polycam, Scaniverse, and 3d Scanner App handle the capture and initial processing on-device, then export a mesh file you can refine further.
How to Get a Clean Scan
Regardless of your scanning method, a few techniques dramatically improve results.
Light your object evenly. Harsh shadows create false geometry. Diffused, consistent lighting from multiple angles gives the scanner (or your camera) the best surface data to work with. Avoid direct sunlight if you’re scanning outdoors.
Shiny, transparent, or very dark surfaces are the enemies of optical scanning. They absorb or scatter the projected light instead of reflecting it cleanly back to the sensor. The standard fix is a temporary scanning spray that deposits a micron-thin matte coating on the surface. Products like AESUB scanning spray are designed specifically for this: they create a thin, even coating that makes problem surfaces scannable, then evaporate on their own without requiring cleanup. For a cheaper alternative, dry shampoo or developer spray works in a pinch, though removal can be messier.
Keep the object still. If you’re walking around with a handheld scanner, move smoothly and avoid sudden direction changes. If you’re doing photogrammetry, place the object on a turntable or walk around it in a steady arc. Consistent distance from the object matters too, especially for structured light scanners that have a defined sweet spot for focus.
Understanding Detail Limits
Every scanner has a minimum feature size it can resolve. A professional handheld scanner like the Creaform HandyScan 700 maxes out at about 0.2 mm mesh resolution, meaning features smaller than that won’t be clearly captured. In testing, embossed text on a coin measuring roughly 0.15 mm in depth fell below this threshold and couldn’t be fully defined in the scan.
Consumer scanners and phone-based scanning have even coarser limits, typically in the 0.5 to 1 mm range at best. This matters for 3D printing because your printer may be capable of finer detail than your scan contains. If you’re scanning something with very fine surface texture, like engraved jewelry or a textured grip pattern, expect those details to be softened or lost entirely. You may need to recreate them manually in modeling software after scanning.
Cleaning Up the Mesh
Raw scan data almost always needs work before it’s ready to print. You’ll typically deal with holes where the scanner couldn’t see a surface, floating artifacts from stray reflections, an overly dense triangle count that bogs down your slicer, and rough spots that need smoothing.
Several free tools handle this well. MeshMixer is widely considered the easiest starting point for beginners: it has intuitive hole-filling, smoothing, and bridge tools that let you patch gaps quickly. MeshLab offers stronger results for mesh smoothing and simplification (reducing triangle count without losing visible detail). Blender has a steeper learning curve but gives you the most control if you want to modify geometry, sculpt details, or combine your scan with CAD-designed parts. For the simplest possible cleanup on Windows, Microsoft’s 3D Builder can detect and auto-repair basic mesh errors.
On the professional end, Geomagic Wrap is the industry standard for scan processing, but at around $8,000 it’s aimed at engineering and manufacturing workflows rather than hobbyists.
Making Your Mesh Printable
A 3D printer’s slicer software needs a “watertight” mesh, also called a manifold mesh. This means the surface must be continuous with no holes, gaps, or self-intersecting faces. Think of it like this: if you filled the digital model with water, none would leak out. Every triangle edge connects to exactly two faces, and the software can clearly distinguish inside from outside.
If your slicer throws a “non-manifold edges” warning, the mesh has problems. MeshMixer, 3D Builder, and most dedicated scan-processing software include automatic repair tools that patch these issues. For stubborn cases, you may need to manually identify and delete problem faces, then fill the resulting holes.
Beyond being watertight, check that your mesh is oriented correctly (normals pointing outward), scaled to the right physical dimensions, and sitting flat on the build plate. Many scans import at arbitrary scales, so verify measurements against the real object before printing.
Choosing the Right File Format
Three formats dominate the 3D printing pipeline, and each serves a different purpose.
- STL is the most universally compatible format. Every slicer reads it. It stores surface geometry only, with no color, texture, or material information. For single-material prints, it’s all you need.
- OBJ supports color, material, and texture data, making it the better choice when appearance matters (for example, full-color sandstone prints or painted resin models). The catch is that many slicers ignore this extra data, so its advantages depend on your specific printer and software.
- 3MF is the modern standard for 3D printing workflows. It can store models, print settings, modifiers, and layout information in a single file, essentially creating a complete project snapshot. If your slicer supports it, 3MF is the best default choice for sharing and archiving print-ready projects.
For a typical scan-to-print workflow, export your cleaned mesh as STL for maximum compatibility or 3MF if you want to bundle print settings alongside the model.
The Full Workflow at a Glance
Start by scanning your object using whichever method fits your budget and accuracy needs: phone LiDAR for casual projects, photogrammetry for textured organic shapes, or a dedicated scanner for precision parts. Import the raw scan into cleanup software like MeshMixer or MeshLab. Fill holes, remove floating artifacts, smooth rough areas, and reduce the polygon count to something manageable. Verify the mesh is watertight and properly scaled. Export as STL or 3MF, open in your slicer, and prepare for printing like any other model.
The entire process takes anywhere from 15 minutes for a quick phone scan of a simple object to several hours for a detailed photogrammetry capture with extensive mesh editing. The learning curve is steepest in the cleanup phase, but after a few attempts, you’ll develop a feel for which tools fix which problems and how much detail your specific printer can actually reproduce from scanned data.

