From 124884357d1cba44edbb58c348d36831c9c91fb2 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Sun, 20 May 2018 09:27:27 +0900 Subject: [PATCH] Add one screw --- src/dactyl_keyboard/dactyl.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj index 7ecde6a..3afd69f 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -619,7 +619,8 @@ (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 -4 0]))) + (screw-insert 3 0 bottom-radius top-radius height [6 -3 0]) + (screw-insert 1 lastrow bottom-radius top-radius height [0 -16 0]))) ; Hole Depth Y: 4.4 (def screw-insert-height 4)