Turning a 3D Scan into a Printable or Editable Model
A raw 3D scan is the messiest file in 3D work: a few million triangles of noisy surface, holes where the scanner could not see, debris floating where reflections confused it, and no bottom, because the object was sitting on a table. Between that file and something you can print or open in CAD sits a pipeline of three steps, each fixing one class of problem. This guide walks the pipeline in order, with honest expectations about the last step, because scan-to-CAD is where marketing and reality diverge most.
What You Are Starting With
Scanner output, whether from a $300 handheld, photogrammetry, or a phone app, shares the same pathology. The mesh is enormously over-tessellated: scanners sample densely everywhere, so a coffee-cup-sized object arrives as two million triangles where fifty thousand would carry the same shape. It is open wherever line-of-sight failed: undersides, deep recesses, dark or shiny patches. And it contains debris: disconnected fragments of background, turntable, or noise.
| Step | Problem it fixes | Tool |
|---|---|---|
| 1. Repair | Holes, debris shells, non-manifold junk → closed solid | STL Checker & Repair |
| 2. Simplify | Millions of redundant triangles → manageable mesh | STL Simplify |
| 3a. Print | The repaired, lightened mesh is sliceable now | Your slicer |
| 3b. Convert to CAD | Mesh → STEP solid, with hard limits on scans | STL to STEP (read the caveats) |
Step 1: Repair — Close It and Clean It
Repair comes first because every later step assumes a closed solid: decimation preserves watertightness but does not create it, slicers need it, and mesh-to-BREP conversion refuses without it. Run the scan through the repair tool: hole filling closes the unscanned regions, and shell handling drops the floating debris (the default keeps shells above 1% of the surface area, which is tuned for exactly this scan-noise case). Expect the filled regions to be flat caps rather than the surface the scanner missed; repair closes holes, it does not imagine geometry. If the missing region matters, rescan from another angle instead.
Start here: upload the raw scan, read the defect report, and download a closed, debris-free solid.
Repair the ScanStep 2: Simplify — Lose 90% of the Triangles
Scans are the best case for decimation that exists. Because the mesh is uniformly over-dense, quadric decimation removes 80 to 95 percent of the triangles with no visible change: flat and gently curved regions give up their redundant triangles first and detail survives. The payoff is practical: a 400 MB scan becomes a 20 MB file your slicer opens without choking, uploads finish in seconds, and any later CAD conversion has far less work to do. Start at 90% reduction on a raw scan and look at the result; you will usually be unable to find the difference.
Reduce the repaired scan by percentage or to a target triangle count, with before/after numbers.
Simplify the MeshStep 3a: Print It
After repair and decimation the scan is an ordinary printable mesh. Two scan-specific things are still worth checking before slicing. Scale: scans frequently import at the wrong size, so measure a known dimension against the real object and scale accordingly. And thin regions: scanned walls, especially on hollow objects, can be paper-thin where the scanner reconstructed both sides close together; a wall-thickness check tells you before the printer does.
Step 3b: Convert to CAD — Honest Expectations
Here is the part most guides soften: a scan of an organic object converts to a STEP file, but not to useful CAD geometry. The conversion merges flat regions into real faces, and an organic surface has none, so the output is a solid stitched from thousands of tiny triangular faces (when the conversion finishes at all; dense scans often exceed the timeout): it opens in SolidWorks, it can be measured and machined against, but it cannot be meaningfully edited. Where conversion genuinely works is scanned mechanical parts: brackets, housings, machined shapes, where the underlying geometry really is flat-dominated and the merge has something to find. For true reverse engineering of organic shapes, the real path is fitting surfaces semi-manually in dedicated software, or remodeling over the scan as a reference.
Scanned a mechanical part? Convert the repaired, simplified mesh to a STEP solid.
STL to STEP ConverterFrequently Asked Questions
How do I make a 3D scan printable?
Repair, then simplify, then slice. Repair closes the holes and drops the debris every scan has; simplification cuts the triangle count to something a slicer handles comfortably. Check the scale and wall thickness before printing, both are common scan surprises.
How much can I decimate a 3D scan?
More than feels safe: 90% reduction is routine on raw scans with no visible change, because scanners massively over-sample flat and gently curved regions. Decimate after repairing, look at the result, and push further if it still looks right. Keep the original file in case you ever need the full resolution.
Can I convert a 3D scan to a SolidWorks or STEP file?
You can convert it; whether the result is useful depends on the object. Clean prismatic parts (flat faces, straight holes) can convert into fully analytic solids with real cylinders for the holes; scanned mechanical parts usually carry too much surface noise for that and come back as merged planar faces with faceted holes, which is still measurable, editable-enough CAD. Organic shapes come back as thousands of tiny triangular faces: fine as a reference or machining target, not editable CAD. No automatic converter turns an organic scan into parametric surfaces, whatever the landing page says.
Why does my scan have no bottom?
The scanner cannot see through the table. Every turntable scan is missing its underside, and repair will cap it with a flat surface, which for most objects is exactly right. If the real bottom matters, scan the object in two orientations and merge the scans in your scanning software before export.
This guide covers one problem. For the full set of 3D converters, checkers, and calculators, visit the hub.
Browse 3D Tools