STL

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Sample files)
Line 4: Line 4:
 
|extensions={{ext|stl}}
 
|extensions={{ext|stl}}
 
}}
 
}}
 +
:''For another "STL" format, see [[STL (ZX Spectrum)]]. There are also some [[Video#Subtitle formats|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.
 
'''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.
  
Line 19: Line 21:
 
== Metaformat files ==
 
== Metaformat files ==
  
* [https://www.synalysis.net/Grammars/stl.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]])
+
* {{Synalysis|stl}}
  
 
== Sample files ==
 
== Sample files ==

Revision as of 14:46, 17 December 2020

File Format
Name STL
Ontology
Extension(s) .stl
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

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.

Specs

Metaformat files

Sample files

Import/export info

Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox