

The remainder of the line is ignored and is sometimes used to store metadata (e.g., filename, author, modification date, etc). Where name is an optional string (though if name is omitted there must still be a space after solid, for compatibility with some software). The oldest existing STL file in WikiCommons as of 2022 is Goat5k.stl. It evolved into the Additive manufacturing file format. In 2009, an update to the format, dubbed STL 2.0, was proposed. Since its initial release, the format remained relatively unchanged for 22 years. The format was developed for 3D Systems' first commercial 3D printers. STL was invented by the Albert Consulting Group for 3D Systems in 1987. STL is widely used for rapid prototyping, 3D printing and computer-aided manufacturing, and supported by many other software packages. Binary files are more common, since they are more compact. The STL format specifies both ASCII and binary representations. STL files describe only the surface geometry of a three-dimensional object without any representation of color, texture or other common CAD model attributes.

STL files contain no scale information, and the units are arbitrary. In the original specification, all STL coordinates were required to be positive numbers, but this restriction is no longer enforced and negative coordinates are commonly encountered in STL files today.

Īn STL file describes a raw, unstructured triangulated surface by the unit normal and vertices (ordered by the right-hand rule ) of the triangles using a three-dimensional Cartesian coordinate system. Chuck Hull, the inventor of stereolithography and 3D Systems’ founder, reports that the file extension is an abbreviation for stereolithography. STL is a file format native to the stereolithography CAD software created by 3D Systems.
