From f1615dab97d996073ff565c5a81d6b8bc928f768 Mon Sep 17 00:00:00 2001 From: Tom Short Date: Sat, 4 Mar 2017 16:10:47 -0500 Subject: [PATCH] Raise height --- src/dactyl_keyboard/dactyl-manuform.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dactyl_keyboard/dactyl-manuform.clj b/src/dactyl_keyboard/dactyl-manuform.clj index 5249daa..3bed39c 100644 --- a/src/dactyl_keyboard/dactyl-manuform.clj +++ b/src/dactyl_keyboard/dactyl-manuform.clj @@ -122,7 +122,7 @@ (translate column-offset))] (->> placed-shape (rotate (/ π 12) [0 1 0]) - (translate [0 0 13])))) + (translate [0 0 23])))) (def key-holes (apply union @@ -196,7 +196,7 @@ ;;;;;;;;;;;; ;; Thumbs ;; ;;;;;;;;;;;; -(def thumborigin [-23 -34 35]) +(def thumborigin [-23 -34 45]) (defn deg2rad [degrees] (* (/ degrees 180) pi))