lookup> .stl

.STL·File Extension

STL 3D ModelTriangle-mesh format used for 3D printing.

3D Modelmodel/stl
Extension.stl
File typeSTL 3D Model
MIME typemodel/stl
Category3D Model
Charset
Compressible
Format familystl

What is a .stl file?

A .stl file is a STL 3D Model — Triangle-mesh format used for 3D printing.

In the mime-db registry it maps to model/stl. When serving .stl over HTTP, set the Content-Type header as shown in Developer info below.

Related entities: it maps to model/stl and is used by STL among others — and is delivered over HTTP via the Content-Type header.

  • Use Blender or Cura to open and edit .stl files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

Content-Type: model/stl

Common software that reads/writes .stl:

BlenderCuraPrusaSlicer
.stlextension of
format
stlserved as
mime type
model/stlsent via header
http header
  • 3D printing
  • Game assets
  • CAD and design exchange
  • Open the file with Blender, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .stl extension, or export this format from Blender.

What programs can open .stl files?

Common options include Blender, Cura, PrusaSlicer. You can also open many of these files with built-in viewers or a browser.

How do I create a .stl file?

Create a new file in any text editor or the app that owns the format and save it with the .stl extension.

What is the relationship between .stl and the model/stl MIME type?

model/stl is the media type identifier used for .stl files during network transfer (for example in the HTTP Content-Type header).

Updated 2026-08-18

Related extensions

Related MIME types

Related programming languages

Related headers

Related methods

Related status codes