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
  • 5,831
  • 7
  • 30
  • 60
  • 1
    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

1 Answers1

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
  • 5,831
  • 7
  • 30
  • 60