English ▼

Convert OBJ to STL Online

Convert your 3D OBJ to STL file that can then be sent straight to a 3D printer or, if you prefer, opened in most 3D editing applications such as Blender and many more. Our tool works with all OBJ files and will convert all 3D geometry contained within the file to STL (Standard Triangle Language). Our conversion tool can also batch-convert multiple OBJ files; up to 25 files at a time can be converted.

To convert your OBJ to STL, click the Upload button above and select the OBJ file to convert. Once selected, the file will be converted to an STL file and will be ready for download shortly afterwards. For more information about the OBJ to STL conversion process, including what 3D model file features are supported, please see the conversion information section below for more information.

How to Convert your OBJ to STL Online?

Here are two simple steps to convert your OBJ to STL.

Upload a OBJ

Click the "Upload a OBJ File" button and select a OBJ to upload. The maximum file size is 100MB.

Download your STL

Click the download link once completed to receive your STL file.

Frequently Asked Questions

How can I convert my OBJ file to STL?

First click the "Upload..." button, select your OBJ file to upload. Select any configuration options. When the OBJ to STL conversion has completed, you can download your STL file straight away.

How long does it take to convert my OBJ to STL?

We aim to process all OBJ to STL conversions as quickly as possible, this usually takes around 5 seconds but can be more for larger more complex files so please be patient.

How accurate is the OBJ to STL conversion?

We aim to create the most accurate conversions with our tools. Our tools are under constant development with new features and improvements being added every week.

Is it safe to convert my OBJ to STL on ImageToStl.com?

Yes, of course! We do not store the OBJ file you submit to us. The resulting STL file, once created is deleted 15 minutes after upload and the download link will expire after this time.

Can I convert OBJ to STL on Windows, Linux, Android, iOS or Mac OS?

Yes! Our OBJ to STL tool will run on any system with a modern web browser. No specialist software is needed to run any of our conversion tools.

What if I am using an Ad Blocker, will that affect things?

Yes. Although you can use an Ad Blocker, if you like our OBJ conversion tool please consider white-listing our site. When an Ad Blocker is enabled there are some conversion limits on some of our tools and processing/conversion times will be longer.

My OBJ file contains materials and textures; how do I upload these?

If your OBJ file has separate material (MTL) and texture (PNG, JPG, etc.) files, you can drag and drop these onto the upload tool along with the main OBJ file. Our tool will intelligently detect which of these additional files belongs to the OBJ file. Alternatively, you can place these additional files, along with the OBJ file, within a ZIP or other compressed archive file and upload that.

What STL formats can I convert to?

Our tool will save all STL files in binary format. Optionally, our tool will allow you to save to the non-standard color STL format.

I have several OBJ files; can I batch convert my OBJ to STL?

Yes! Our OBJ tool supports full batch conversions. You can upload up to 25 and OBJ files at a time. Our tool will convert them all as quickly as possible. Once completed, you can either download the STL files individually or download them all in a single ZIP file.

Comparing OBJ and STL Features

 

OBJ Features

  • Mesh Geometry (Vertices and Faces)
  • Vertex Normals
  • Face Normals
  • Vertex Colors
  • Face Materials (Excluding textures)
  • Textures
  • Point Cloud
  • Multiple Objects Per File
  • Object Transforms (Translation, Rotation, and Scale)
  • Bones/Joints
  • Animations
  • Suitable for 3D Printing

STL Features

  • Mesh Geometry (Vertices and Faces)
  • Vertex Normals
  • Face Normals
  • Vertex Colors
  • Face Materials (Excluding textures)
  • Textures
  • Point Cloud
  • Multiple Objects Per File
  • Object Transforms (Translation, Rotation, and Scale)
  • Bones/Joints
  • Animations
  • Suitable for 3D Printing

File Format Information for OBJ to STL

Description

The OBJ file format, originally created by Wavefront Technologies and later adopted by many other 3D software vendors, is a simple text-based file format for describing 3D models/geometry. This data can include vertices, faces, normals, texture coordinates, and references to external texture files.

As the format is text-based, it is relatively straightforward to parse in 3D modeling applications. A downside of the text-based format is that the files can be rather large compared to similar binary formats such as STL and compressed files such as 3MF.

OBJ Notes

If your OBJ file is uploaded with accompanying MTL and texture files, these will be applied to the conversion process.

Supported Features

  • Mesh geometry
  • Materials (Via an MTL file)
  • Textures (PNG, JPG, TGA formats)
ExtensionSTL
Full NameStandard Triangle Language
Type3D Model
Mime Typeapplication/vnd.ms-pki.stl
FormatText & Binary
ToolsSTL Converters, 3D Model Voxelizer, Create STL Animation, Compress STL, Text to STL, STL Viewer
Open WithBlender, Daz Studio, MeshLab, CAD Assistant

Description

The STL file format has its roots in the 1980's and is the native file format for 3D Systems stereolithography CAD software. The format defines a triangulated mesh with vertices and faces and is a popular format for sharing 3D printable model files.

There were several formats that attempted to extend the STL format, namely SolidView and VisCAM, whose formats included limited 15-bit color information for each mesh face, which is often ignored by most modern 3D software. The STL format can be either text or binary; our tools will support both formats.

STL Notes

The standard STL file format does not support colored faces, vertices, or texture information. The STL file generated by the tool will contain only raw mesh/triangle data by default, which is perfect for 3D printing.

The tool also has the option to save the file to one of the non-standard formats that support colored faces, such as VisCAM and SolidView which is perfect if you want to further process the STL in software that supports these formats.

Supported Features

  • Mesh geometry
  • Face colors via the VisCAM and SolidView formats
  • Binary and text versions are supported

A Comparison of OBJ and STL File Formats

Here we will compare the OBJ and STL file formats, look at the differences between the two formats, and highlight the reasons for choosing either format for a particular task. Before we begin, if you are not familiar with 3D modeling and the terminology behind it, we thoroughly recommend this great article that explains 3D modeling concepts and the terminology that goes with it.

Structure

Both OBJ and STL files can contain a 3D object represented by a series of triangles; however, how they go about storing this data is very different. Firstly, the OBJ format stores geometry as a collection of vertices and faces, with the vertices being drawn from a common pool, meaning a 3D object can use the same vertex on several faces without needing to define it multiple times. An STL file does not do this; in the STL format, each face has its own set of 3 vertices that cannot be re-used by other faces.

OBJ files support per-vertex normals; again, these are taken from a single common list that can be shared amongst several faces within the 3D object. STL files, however, do not support vertex normals but do support face normals. OBJ files can contain multiple 3D objects within the same file; the STL format, however, is a simple list of triangles with no ability to separate out individual 3D objects within a scene.

Supported Material

OBJ files have a lot of support for different object materials, including color and texture surfaces. STL files, however, do not officially support any material or texture capability. There are two applications, VisCAM and SolidView, that have their own implementation of limited 16-bit color support for individual faces within an STL 3D object. These capabilities are however not generally supported by other applications, so STL should be considered to be a plain geometry format with no support for materials of any kind.

A 3D wireframe model of a soldier

A 3D wireframe model of a soldier

The soldier model saved as an STL file

The soldier model was saved as an STL file with no materials or textures

The soldier model saved as an OBJ file with textures

The soldier model was saved as an OBJ file with textures

Editing

Both OBJ and STL files can be opened and edited in most popular 3D editing applications; just beware that, with the limitations of the STL format, if you open an STL 3D model and subsequently apply materials or textures to it, you will lose these if you then save it back to the STL format. Saving to the OBJ format will retain any textures and materials used by your 3D model, though be aware that with the OBJ format, materials are saved to a separate MTL (material) file and textures will be saved as separate image files (usually PNG or JPG).

File Size

With STL files, there are both binary and plain-text versions, with the text version being significantly larger, so we will discount this format as most STL files are binary anyway, and if not, you can use our STL compressor to convert your STL text-based file to an STL binary file. When comparing the STL binary format to the OBJ format (a text-based format), using a file that contains only mesh geometry with no textures or materials, the OBJ file usually comes out on top as offering the smallest file size of the two formats.

This may seem odd, as one would expect a binary format to be more efficient; however, the larger size of STL binary files compared to the text-based OBJ format is largely due to the duplicated vertex data, as this cannot be shared amongst the faces within the STL format.

Summary

Based on the smaller file sizes and the additional support for materials, textures, and more, we would say the OBJ format is the better format of the two for storing your 3D models. If you intend to 3D print your model, then the STL format would be the format to use, as this has widespread support amongst 3D printing slicer software. We go into more detail about converting from an OBJ to STL for 3D printing below.

Converting Your OBJ File for 3D Printing

If you are unfamiliar with slicing software, we recommend this helpful article. We also have a nice and informative tutorial detailing 3D printing an OBJ file to get you going on your 3D printing travels. In general though, 3D printer slicer software do not support the OBJ file format. There are exceptions to this, but in general, slicer software developers do not have the resources to support all the possible 3D model formats out there.

A small cog in the OBJ format

A small cog in the OBJ format

The cog in a Replicator 3D printer

The cog in a Replicator 3D printer

The completed 3D printed cog

The completed 3D printed cog

Slicer software can, however, handle files formatted to the STL specification. This is because STL, although predating the 3D printing revolution and lacking in some of the features of modern formats, has found almost universal adoption as the format of choice for distributing 3D printable models. Our OBJ to STL conversion tool can convert your OBJ file into an STL file suitable for loading into the 3D slicer software of your choice. As STL files do not support material colors or textures, our converter will not process these, resulting in a single STL file suitable for use with most 3D slicer software.

Converting OBJ to STL, How Does It Work?

Converting from the OBJ file format to STL can be a complex process, and any tool used for this conversion process needs to be able to handle a variety of data conversion tasks as well as identify any defects within the 3D model and fix them. Here we will explain the conversion process used by our tool to accurately convert your OBJ file to a valid STL 3D model. Let's start with the conversion process, which involves the following steps:

Step 1: Read the Source OBJ File

Step 1: Read the Source OBJ File

In its simplest form, an OBJ file is a plain text file containing human-readable 3D data such as vertices, faces, normals, and more. When combined, these make up the 3D model you see on your screen.

When our tool reads this 3D data, all we are interested in are the vertices, faces, and normals, as this is the only data that can be accurately converted into the final STL file.

The OBJ file can contain other data, such as material definitions and textures, that describe how a particular set of 3D geometry should be rendered. As we are creating an STL file, which does not support materials and textures, we will be ignoring this data if it is present in the OBJ file.

For more information regarding the OBJ file format, please see this great article that goes into a lot of detail explaining the OBJ format.

Step 2: Process File Data

With the OBJ file data read, our tool generates an internal representation of the full 3D model and will attempt to fix any geometry issues encountered. Along with repairing any issues with the 3D model, the tool will remove any duplicated vertices and prepare the model for exporting to the STL format.

Step 1: Read the Source OBJ File

Step 3: Saving to the STL Format

The STL format has been around for many years and has become not only a standard format for storing and transmitting 3D models but also a standard format for 3D printing, something we have talked about previously. STL files can be opened in most modern 3D editing applications without further processing.

To enable the saving of the model, our tool now needs to take the in-memory 3D model we have created in step 2 and convert this to the STL format. As the STL format supports only simple triangles with a single directional normal, if your OBJ contains vertex normals, these will be recalculated into a single-face normal. To ensure an efficient file size, our tool will always save any STL file in its binary format.

© 2024 ImageToStl. Convert your PNG and JPG Files to 3D STL files.