From 84e010318c51e4da334dc3d00b15a86116557ae5 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Sun, 10 Jun 2018 21:35:57 +0900 Subject: [PATCH] Fix thumb walls --- src/dactyl_keyboard/dactyl.clj | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 894e071..636323e 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -501,13 +501,13 @@ (bottom-hull (left-key-place cornerrow -1 (translate (wall-locate2 -1 0) web-post)) (left-key-place cornerrow -1 (translate (wall-locate3 -1 0) web-post)) - (thumb-bl-place (translate (wall-locate2 -0.3 1) web-post-tr)) - (thumb-bl-place (translate (wall-locate3 -0.3 1) web-post-tr))) + (thumb-tl-place (translate (wall-locate2 0 1) web-post-tl)) + (thumb-tl-place (translate (wall-locate3 0 1) web-post-tl))) (hull (left-key-place cornerrow -1 (translate (wall-locate2 -1 0) web-post)) (left-key-place cornerrow -1 (translate (wall-locate3 -1 0) web-post)) - (thumb-bl-place (translate (wall-locate2 -0.3 1) web-post-tr)) - (thumb-bl-place (translate (wall-locate3 -0.3 1) web-post-tr)) + (thumb-tl-place (translate (wall-locate2 0 1) web-post-tl)) + (thumb-tl-place (translate (wall-locate3 0 1) web-post-tl)) (thumb-tl-place thumb-post-tl)) (hull (left-key-place cornerrow -1 web-post) @@ -520,12 +520,6 @@ (left-key-place cornerrow -1 (translate (wall-locate1 -1 0) web-post)) (key-place 0 cornerrow web-post-bl) (key-place 0 cornerrow (translate (wall-locate1 -1 0) web-post-bl)) - (thumb-tl-place thumb-post-tl)) - (hull - (thumb-bl-place web-post-tr) - (thumb-bl-place (translate (wall-locate1 -0.3 1) web-post-tr)) - (thumb-bl-place (translate (wall-locate2 -0.3 1) web-post-tr)) - (thumb-bl-place (translate (wall-locate3 -0.3 1) web-post-tr)) (thumb-tl-place thumb-post-tl)))) (def usb-holder-ref (key-position 0 0 (map - (wall-locate2 0 -1) [0 (/ mount-height 2) 0]))) @@ -590,8 +584,7 @@ (union (screw-insert 0 0 bottom-radius top-radius height [9 10 0]) (screw-insert 0 lastrow bottom-radius top-radius height [0 8 0]) (screw-insert 3 lastrow bottom-radius top-radius height [9 4 0]) - (screw-insert 3 0 bottom-radius top-radius height [6 -3 0]) - )) + (screw-insert 3 0 bottom-radius top-radius height [6 -3 0]))) ; Hole Depth Y: 4.4 (def screw-insert-height 4)