From dd6dd53b3d14c05ca48b25f4e2f16719bfe5f8fc Mon Sep 17 00:00:00 2001 From: Tom Short Date: Tue, 7 Mar 2017 06:11:40 -0500 Subject: [PATCH] Height tweak --- src/dactyl_keyboard/dactyl-manuform.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dactyl_keyboard/dactyl-manuform.clj b/src/dactyl_keyboard/dactyl-manuform.clj index 1d6bc21..335fa60 100644 --- a/src/dactyl_keyboard/dactyl-manuform.clj +++ b/src/dactyl_keyboard/dactyl-manuform.clj @@ -124,7 +124,7 @@ (translate column-offset))] (->> placed-shape (rotate (/ π 12) [0 1 0]) - (translate [0 0 23])))) + (translate [0 0 24])))) (def key-holes (apply union @@ -198,7 +198,7 @@ ;;;;;;;;;;;; ;; Thumbs ;; ;;;;;;;;;;;; -(def thumborigin [-23 -34 46]) +(def thumborigin [-23 -34 47]) (defn deg2rad [degrees] (* (/ degrees 180) pi)) @@ -463,7 +463,7 @@ thumb thumb-connectors case-walls - usb-cutout + ; usb-cutout ; thumbcaps ; caps )))