Update docs for alias to generate files

This commit is contained in:
Leo Lou 2018-04-12 09:19:40 +09:00
parent f9696aee55
commit 5b07b78459

View file

@ -30,14 +30,14 @@ I built a 4x5 version (40% size) for myself. The default has a bit more tenting
* [Install OpenSCAD](http://www.openscad.org/)
**Generating the design**
* Run `lein repl`
* Load the file `(load-file "src/dactyl_keyboard/dactyl.clj")`
* Run `lein generate`
* This will regenerate the `things/*.scad` files
* Use OpenSCAD to open a `.scad` file.
* Make changes to design, repeat `load-file`, OpenSCAD will watch for changes and rerender.
* When done, use OpenSCAD to export STL files
**Tips**
* Run `lein auto generate` instead of `lein generate` to speed up your workflow.
* [Some other ways to evaluate the clojure design file](http://stackoverflow.com/a/28213489)
* [Example designing with clojure](http://adereth.github.io/blog/2014/04/09/3d-printing-with-clojure/)