About the STL file format
Stereolithography
STL (stereolithography) describes a model as a raw list of triangles. It carries no color, texture, or unit information — just geometry — which is exactly what slicers and 3D printers need.
Both binary and ASCII STL variants exist; binary files are far smaller and are what this tool reads and writes.
Format reference: Library of Congress STL format descriptionStrengths
- Native language of 3D printing workflows
- Simple, robust triangle soup
- Widely supported by slicers and CAD tools
Commonly used for
- 3D printing and slicing
- Rapid prototyping
- CNC and manufacturing previews

