Questions tagged [stl]

For questions regarding `.stl` files and the STL file format.

From Wikipedia - STL (file format)

STL (an abbreviation of "stereolithography") is a file format native to the stereolithography CAD software created by 3D Systems. STL has several after-the-fact backronyms such as "Standard Triangle Language" and "Standard Tessellation Language". This file format is supported by many other software packages; it is widely used for rapid prototyping, 3D printing and computer-aided manufacturing. STL files describe only the surface geometry of a three-dimensional object without any representation of color, texture or other common CAD model attributes. The STL format specifies both ASCII and binary representations. Binary files are more common, since they are more compact.

67 questions
8
votes
4 answers

How can I create PNG image files from STL files?

I need to add some simple image renders of STL files to a document. I currently open the STL files in Preview or one of the slicers and grab a screen shot. Is there an easier or automatic way to generate PNG images from STL files on a Mac?
Mark Harrison
  • 1,043
  • 1
  • 11
  • 22
8
votes
4 answers

Export STL as ASCII or binary?

When go to export a model using Fusion 360 or Meshmixer, I see that there are two options. Could the final model be affected by the format chosen at the time of saving?
7
votes
3 answers

Split/edit part in FreeCAD?

I'm trying to modify some parts on this thing. I'm kind of new to dealing with the modeling aspects of this. I am attempting to widen the part essentially 3mm. This would involve modifying the chain segments, and the anchor points. I have already…
Dave G
  • 273
  • 1
  • 3
  • 8
7
votes
2 answers

SVG to STL conversion to make symbols recognisable for visually impaired users

I work on communication devices for people with disabilities that prevent them from speaking. This can be anything from a board with symbols on, to a relatively sophisticated app. Some potential users also have sight issues and have to…
Joe
  • 171
  • 4
6
votes
3 answers

Outputting an STL file that contains multiple objects for import into Blender

I want to print a object that looks like a flat board with a set of matchbox-like lumps on top of it. I have written a script that outputs an STL file. To keep the script simple, it creates an object that includes non-manifold edges. To be precise,…
James Newton
  • 161
  • 1
  • 5
5
votes
3 answers

What is the point of diminishing returns on the STL refinement level in Fusion 360 on an Ender 3?

When exporting an STL from Fusion 360, one must select an STL refinement level to use for calculating the maximum triangle count. For FDM printing (0.05mm and above layer heights), where is the point of diminishing returns on STL refinement level…
ifconfig
  • 851
  • 4
  • 12
  • 29
5
votes
3 answers

Route to transform 2d image (depth map) into a curved bracelet (and STL file)?

I've got a bracelet concept that I've sketched up as a flat design. I'm trying to found a route by which I can extrude this into a 3d object (depth map?), curve it into a bracelet, then ultimately create a STL file out of it. I'm having trouble…
NBJack
  • 153
  • 3
5
votes
2 answers

How do I create a STL file from a 2 dimensional grid of data

Given a large set of data, I was able to create a 3D graph in Microsoft Excel. How can I create a STL file similar to this graph to create a physical model of this graph?
Eric Johnson
  • 2,228
  • 1
  • 15
  • 39
5
votes
1 answer

How do I compute the surface & volume of a large amount of STL files?

Please, how do I compute the surface & volume of a large amount of STL files ? I have over 3000 STL files, and I want to know their respective volumes and surfaces. I will use this data to be able to identify the biggest part, the one with the…
42Z0GqNNz
  • 166
  • 2
  • 7
5
votes
2 answers

What is the difference between STL and OBJ files and which one should I use?

One of the CAD programs I use is called TinkerCAD, which lets you export your design in either STL or OBJ form. What is the difference between these two file types? And which one is better to use?
Eli TheHuman
  • 155
  • 1
  • 8
5
votes
6 answers

STL to STP CAD Conversion

Does anyone know of a good way to convert a 3D print file, like STL, to STEP - a useable file format for plastic injection molding companies? I have tried to convert the files through a couple of programs without success. The most requested file…
5
votes
1 answer

Where to get smartphone shapes from, to create a case all by myself?

I'm looking for some kind of collection of shapes of smartphones, so I can design a case that will fit certain models perfectly. STL, or any other kind of 3d file. Lots of companies produce cases for smartphones, do they have the shapes straight…
Paweł Lis
  • 51
  • 1
4
votes
1 answer

.stl file is "not ready for printing"

I have this .stl file and I sent it to a company for printing, they claimed that the file is not ready for printing and is charging me more money for them to fix the error. What can I do to make the file "ready for printing"
Janjan
  • 41
  • 1
4
votes
2 answers

How to modify 3D model of body?

I'm relatively new in the field of 3D printing and design. By now I've created and printed some technical objects with TinkerCAD, but now I've a task, which I don't know how to solve. I have the following model as STL-file: Now I want to "adjust"…
netblognet
  • 143
  • 5
4
votes
1 answer

How to stop Fusion 360 from creating a new version on STL export

Everytime I export to STL in Fusion 360, a new Version (V1, V2, V3, V4, ...) of the file is created. But I would really like to use that feature to mark bigger changes instead of creating a new version everytime I change a minor detail to see how…
JuSchu
  • 143
  • 3
1
2 3 4 5