TRIDYsign

File formats

STL

Also known as: stl · .stl · archivo stl · stereolithography · estereolitografía

Short definition

STL is a file format that describes a 3D object's surface as a mesh of triangles, with no colour, no units and no printing information.

Full definition

It is the oldest and most widespread format in 3D printing, which is why almost every repository still offers it by default. It stores geometry only: a list of triangles with their vertices and normal vector. It stores no colour, no material, no units of measurement and no slicer settings. That last omission causes the classic problem of a part coming out ten times too big or too small: since the file does not say whether its numbers are millimetres or inches, each program interprets it according to its own configuration. Its simplicity is also its virtue: every program opens it, and has done for forty years.

File formats

Updated