Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
fogleman
3 days ago
|
parent
|
context
|
favorite
| on:
OpenSCAD is kinda neat
I just tried this in OpenSCAD and it crashed:
intersection() { import("3DBenchy.stl"); sphere(30); }
bartvk
2 days ago
[–]
FYI, I just tested this in OpenSCAD version 2025.09.13 and it works fine.
reply
fogleman
2 days ago
|
parent
[–]
Indeed it does. Looks like their recent dev builds are way better. Good to know.
reply
ajolly
19 hours ago
|
root
|
parent
[–]
Yeah you definitely want to use the dev builds for openscad
reply
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
intersection() { import("3DBenchy.stl"); sphere(30); }