4

I need to shrink an STL file below the 25 MB threshold, so I can open it in TinkerCad. I don't care about quality, I just need it shrunk.

How can I do this?

Screenshot of error

Greenonline
  • 6,308
  • 8
  • 36
  • 65
  • 2
    We can't perform any services for you I'm afraid, so please don't ask. We can only suggest methods and solutions. I have appropriately amended the question for you. Also, please don't link links that require login as this could be construed as spam/phishing/etc. – Greenonline Feb 27 '21 at 03:35
  • a model that large will be a nightmare to edit using tinkercad.... – dandavis Feb 28 '21 at 20:14

2 Answers2

4

If you have 3D software like Blender you can import your model and use the decimate modifier to lower the number of vertices and then re-export.

Here is a link to how you can do this: Simplify Geometry with the Decimate Modifier in Blender 2.9.

Greenonline
  • 6,308
  • 8
  • 36
  • 65
3

You can use Microsoft 3D Builder if you're under windows. It's a surprisingly powerful application that has basic but useful features. From there you can either resize the model to make it smaller or simplify it by lowering the triangle count.

Don't be fooled by the notion of it being a stock app, it's honestly the app I use the most when editing STLs.

Here's an example of an STL after being simplified alongside the original model:

3D Builder simplification

peanut
  • 91
  • 5