From a2100456e35e37e7d4ff86c09451cd2f298c319b Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Thu, 14 Jun 2018 13:44:06 +0900 Subject: [PATCH] Fix top nub --- src/dactyl_keyboard/dactyl.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index c1bf186..6690d43 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -72,7 +72,7 @@ (def sa-profile-key-height 12.7) -(def plate-thickness 3) +(def plate-thickness 2) (def side-nub-thickness 4) (def retention-tab-thickness 1.5) (def retention-tab-hole-thickness (- plate-thickness retention-tab-thickness)) @@ -97,7 +97,7 @@ (/ side-nub-thickness 2)]))) (translate [0 0 (- plate-thickness side-nub-thickness)])) plate-half (union top-wall left-wall (if create-side-nubs? (with-fn 100 side-nub))) - top-nub (->> (cube 5 5 (- plate-thickness retention-tab-hole-thickness)) + top-nub (->> (cube 5 5 retention-tab-hole-thickness) (translate [(+ (/ keyswitch-width 2)) 0 (/ retention-tab-hole-thickness 2)])) top-nub-pair (union top-nub (->> top-nub @@ -251,7 +251,7 @@ ;; Web Connectors ;; ;;;;;;;;;;;;;;;;;;;; -(def web-thickness 3) +(def web-thickness 2) (def post-size 0.1) (def web-post (->> (cube post-size post-size web-thickness) (translate [0 0 (+ (/ web-thickness -2)