Update docs for alias to generate files
This commit is contained in:
parent
f9696aee55
commit
5b07b78459
|
@ -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/)
|
* [Install OpenSCAD](http://www.openscad.org/)
|
||||||
|
|
||||||
**Generating the design**
|
**Generating the design**
|
||||||
* Run `lein repl`
|
* Run `lein generate`
|
||||||
* Load the file `(load-file "src/dactyl_keyboard/dactyl.clj")`
|
|
||||||
* This will regenerate the `things/*.scad` files
|
* This will regenerate the `things/*.scad` files
|
||||||
* Use OpenSCAD to open a `.scad` file.
|
* Use OpenSCAD to open a `.scad` file.
|
||||||
* Make changes to design, repeat `load-file`, OpenSCAD will watch for changes and rerender.
|
* Make changes to design, repeat `load-file`, OpenSCAD will watch for changes and rerender.
|
||||||
* When done, use OpenSCAD to export STL files
|
* When done, use OpenSCAD to export STL files
|
||||||
|
|
||||||
**Tips**
|
**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)
|
* [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/)
|
* [Example designing with clojure](http://adereth.github.io/blog/2014/04/09/3d-printing-with-clojure/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue