3d printed keyboard cover for a macbook pro 13" so you can put your own fancy mechanical keyboard on top of it.
This is a remix of pyrho's design (source here)
- Adjusted dimensions to fit a 13" macbook instead of 15".
- Square trackpad cover to fit my own keyboard better.
- Ansi instead of ISO.
You only need to do this if you chaneg the design. The .stl
files in
resources/
are ready to slice and print as-is. You'll need Clojure,
Leiningen, and OpenSCAD. You can find detailed instructions
here. Having
gotten those, the tl;dr is:
- Run
lein repl
- Within that, run
(load-file "src/core.clj")
, this will regenerate the.scad
files inresources/
. - Open the
.scad
files in OpenSCAD. Render them, and export as.stl
s.