scad-clj
scad-clj copied to clipboard
OpenSCAD DSL in Clojure
Hi there, I'm a clojure and leinigen noob working on a Dactyl keyboard and I need to shear a cylinder with multmatrix, but the latest release 0.5.3 pre-dates commit https://github.com/farrellm/scad-clj/commit/baa07380efa92316b5f27c5772fae9a6d487c68c...
If I do a linear extrude on a model with a scale property as follows `extrude-linear {:height body-height :scale [1 0.1] :center false}` what outputs is the following in openscad...
Over in [`scad-app`](https://github.com/veikman/scad-app) I’ve run into the problem of how to recognize the intermediate products of `scad-clj` by their type. I’m currently using `seq?`. I would like to expand on...
I am a bit of a beginner still in Clojure so it might be just that, but I just can't figure out how to use the f*! functions to actually...
note for others if useful, I wanted an easy way to run this as a command line code preprocessor https://github.com/leshy/scad-clj-cli packaged as nix package ```sh echo "(cube 10 10 10)"...