20 lines
859 B
Markdown
20 lines
859 B
Markdown
# The Dactyl-ManuForm-Mini Keyboard
|
|
|
|
This is a fork of the [Dactyl-Manuform](https://github.com/adereth/dactyl-keyboard).
|
|
|
|
## Generating OpenSCAD and STL models
|
|
|
|
* Run `lein generate` or `lein auto 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
|
|
|
|
## License
|
|
|
|
Copyright © 2015-2018 Matthew Adereth, Tom Short and Leo Lou
|
|
|
|
The source code for generating the models (everything excluding the [things/](things/) and [resources/](resources/) directories is distributed under the [GNU AFFERO GENERAL PUBLIC LICENSE Version 3](LICENSE).
|
|
|
|
The generated models are distributed under the [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](LICENSE-models).
|