3D scans usually land as PLY. Convert them to STL for slicing and printing — vertices merged, normals fixed.
PLY stores scan data (often with per-vertex color that STL can't keep). We extract the triangle geometry, weld duplicate vertices and orient faces consistently. Huge scans are auto-simplified — the metrics line shows the numbers. If your scan has holes, run the result through STL repair.