From c386971a784bd1677d14c1d56ff10da8f4e0a38c Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Wed, 13 Jun 2018 23:28:11 +0900 Subject: [PATCH] Update sa length --- src/dactyl_keyboard/dactyl.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 9bd08b7..023fb52 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -142,7 +142,7 @@ (translate [0 0 (+ 5 plate-thickness)]) (color [127/255 159/255 127/255 1]))) 1.5 (let [bl2 (/ 18.25 2) - bw2 (/ 28 2) + bw2 (/ 27.94 2) key-cap (hull (->> (polygon [[bw2 bl2] [bw2 (- bl2)] [(- bw2) (- bl2)] [(- bw2) bl2]]) (extrude-linear {:height 0.1 :twist 0 :convexity 0}) (translate [0 0 0.05]))