STL
From Just Solve the File Format Problem
(Difference between revisions)
m (Add Kaitai Struct) |
(→Sample files) |
||
Line 31: | Line 31: | ||
* [http://www.thingiverse.com/uck/designs Universal Construction Kit downloads] | * [http://www.thingiverse.com/uck/designs Universal Construction Kit downloads] | ||
* [http://www.hovalin.com/ 3D-printable violin] | * [http://www.hovalin.com/ 3D-printable violin] | ||
+ | * {{DexvertSamples|poly/stl}} | ||
== Import/export info == | == Import/export info == |
Latest revision as of 13:28, 30 July 2024
- For another "STL" format, see STL (ZX Spectrum). There are also some Subtitle formats named STL.
STL (StereoLithography) is a CAD/CAM format also used for downloadable object files to be sent to 3-D printers. It is based on the vertex coordinates of triangles, and can be saved in binary or ASCII form.
Contents |
[edit] Identification
Windows will mis-identify STL files as Certificate Trust Lists, since those use the same extension.
STL files in ASCII form start with "solid" followed by a space and an optional name.
Binary form files have an 80-character header that is generally ignored, but shouldn't start with "solid" so that the file is not mistaken for the ASCII form.
[edit] Specs
[edit] Metaformat files
- Synalysis grammar file (for Hexinator / Synalize It!; more details)
[edit] Sample files
- Thingiverse: lots of 3D model downloads
- Universal Construction Kit downloads
- 3D-printable violin
- dexvert samples — poly/stl