|
|
|
|
|
by constantcrying
1314 days ago
|
|
OpenSCAD is extremely tedious to use, although I very much like the idea. The main Problem to me seems that it has zero facilities for helping you do parametric modelling.
Usually, if you want to have a certain 2D shape in a parametric modeller you can specify a few basic parameters and let the software derive the rest, in OpenSCAD the duty is on you to derive a geometric equation which gives all points for the shape given the parametrs.
It very quickly becomes non-stop highschool geometry for everything you want to do. I think you could have a language where you programatically specify a shape, which is then compiled into e.g. an array of points and can then be used in the programm. |
|
That said, I gave up on all this and have switched over to just modeling toolpaths:
https://github.com/WillAdams/gcodepreview
that way, I'm certain that whatever is modeled can actually be made, and I'm also certain that the modeling is not limited by arbitrary things. I've got an idea for a woodworking joint which I haven't been able to model so as to cut out in any other program, and I'm hoping this will let me finally manage it.
I've been using OpenSCAD Graph Editor (OSGE) as a front-end:
https://github.com/derkork/openscad-graph-editor
which has been working well, though I'm trying not to be distracted by:
https://github.com/kaveh808/kons-9
having recently been announced.