From 792c9f46f629967a2bb5f29c0516e2289c9a64ae Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Tue, 12 Jun 2018 12:25:19 +0900 Subject: [PATCH] Update screw --- 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 013e44e..db44258 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -617,7 +617,7 @@ (defn screw-insert-all-shapes [bottom-radius top-radius height] (union (screw-insert 0 0 bottom-radius top-radius height [9 9 0]) - (screw-insert 0 lastrow bottom-radius top-radius height [0 8 0]) + (screw-insert 0 lastrow bottom-radius top-radius height [1 8 0]) (screw-insert 3 lastrow bottom-radius top-radius height [9 4 0]) (screw-insert lastcol 0 bottom-radius top-radius height [-3 6 0]) (screw-insert 1 lastrow bottom-radius top-radius height [0 -16 0])))