this post was submitted on 16 Aug 2026
35 points (72.2% liked)
Open Source
48505 readers
788 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I do like openscad but I must be using it wrong because it slows to a crawl when trying to array my models
Maybe you can reduce the $fn parameter while you arrange your models and increase it once you're done? That's the most common thing I encountered.
There are some config flags you can set which might improve render times, maybe play around a little.
All in all it will take a long time to create meshes because most of the compute is done on CPU. For me it's very fast once it's done rendering, so I try not to render too often.