logoalt Hacker News

nicman23yesterday at 6:24 AM2 repliesview on HN

freecad with the new ui + its openscad integration is pretty good.

openscad in general is quite easy if you can functionally program


Replies

jandreseyesterday at 5:26 PM

I find OpenSCAD to be decent, if somewhat tedious, when making mechanical parts but extremely limiting if you want to work with organic shapes. Even mechanical shapes that just avoid sharp edges require a fair bit of effort. One thing I do like about it is how it encourages users to parameterize their models just by the nature of the language. Pretty much everything I make in OpenSCAD has a list of named parameters at the top I can later tweak if I need to shrink or enlarge some aspect of it.

exasperaitedyesterday at 9:55 AM

AFAIK FreeCAD's core OpenSCAD replacement is being suggested for replacement with an alternative so things may further improve.

OpenSCAD in a FreeCAD context does address many of the limitations of OpenSCAD, but it's not perfectly compatible.

show 1 reply