-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step by step for Clj noobs? #13
Comments
Edit
run The output should be Open |
Great googly moogly. {hand slaps forehead} @l4u Thank you! |
@Brick-Tamland I've just made a PR for improving this process. |
Renamed a file (from `aux` to `auxf`) to work around restrictions inherited from MS DOS into current versions of Windows. Fixes tshort#13.
Fixed stacktraces when using different thumb layouts, and when disabling OLED.
Clojure noob here. Got lost somewhere along the way, wondering if someone could point me in the right direction?
Get Clojure runtime. check.
Get Leiningen. Check
Get OpenSCAD. Check.
Cloned adereth/dactyl-keyboard repo. Check.
Open things/*Scad file in OpenSCAD. Cool.
Now here is where I am lost:
Have Dactyl.clj open in Sublime3
Changed rows to 6x6
Saved.
in Terminal Cd to src/dactyl-keyboard/dactyl.clj
Lein repl.
load-file "src/dactyl-keyboard/dactyl.clj"
Get this ouput:
#object[clojure.lang.RT$3 0x6106f905 "clojure.lang.RT$3@6106f905"]
"src/dactyl_keyboard/dactyl.clj"
And no changes to things/*scad files or to OpenSCAD render?
The text was updated successfully, but these errors were encountered: