Converts PLY to STL, which is the usual last step before printing a scan. PLY is what the scanning software produced; STL is what the slicer wants.
Point clouds cannot be printed
When that happens you are told plainly rather than being handed an empty file. The fix is reconstruction: Poisson surface reconstruction in MeshLab or CloudCompare turns the cloud into a mesh, and that mesh converts here.
Colour is lost, and that is often the point of the scan
If colour matters, convert to 3MF or glTF instead. For full-colour printing, 3MF is the format the printers accept.
Scanned meshes are rarely watertight
Units, and the thousand-fold mistake
That last one is the trap. glTF's convention is metres; the printing formats are millimetres. Convert between them without scaling and your model arrives either a thousand times too small or a thousand times too large. Automatic unit conversion handles it, and the note tells you what was applied so you can switch it off when the source was already in the other unit.
The bounding box is reported after every conversion. Checking it against what you expect takes two seconds and catches this immediately.
Other names for this
Also searched as “ply to stl for printing”, “scan to stl”.
Questions
- It says my file is a point cloud.
- It has vertices but no faces, which is what a scanner produces before reconstruction. Run Poisson surface reconstruction in MeshLab or CloudCompare first.
- Where did the scan colours go?
- STL has no colour at all. Use 3MF or glTF if you need it — 3MF is what full-colour printers accept.
- My slicer complains the mesh is not watertight.
- Scans usually have holes where the scanner could not see. Repair the mesh before converting, or use the slicer’s repair option.
- Is my model uploaded?
- No. The parsing and rewriting happen in this tab. Models are frequently confidential — an unreleased product, a client’s part, a scan of something proprietary — and none of it is transmitted. Turn your Wi-Fi off and the tool keeps working.
- How large a model can I convert?
- There is no imposed limit; the ceiling is your device’s memory. A desktop browser handles files of roughly 2 GB and a phone about 400 MB. A 200 MB STL — around four million triangles — converts in a few seconds on a laptop.