From 8bbaa587989b2c35f375ccd1e0a3335ed6e249e5 Mon Sep 17 00:00:00 2001 From: Leo Lou Date: Wed, 13 Jun 2018 23:51:50 +0900 Subject: [PATCH] Move 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 023fb52..42fb936 100644 --- a/src/dactyl_keyboard/dactyl.clj +++ b/src/dactyl_keyboard/dactyl.clj @@ -648,7 +648,7 @@ (defn screw-insert-all-shapes [bottom-radius top-radius height] (union (screw-insert 0 0 bottom-radius top-radius height [11 10 0]) - (screw-insert 0 lastrow bottom-radius top-radius height [1 8 0]) + (screw-insert 0 lastrow bottom-radius top-radius height [0 0 0]) ; (screw-insert lastcol lastrow bottom-radius top-radius height [-5 13 0]) ; (screw-insert lastcol 0 bottom-radius top-radius height [-3 6 0]) (screw-insert lastcol lastrow bottom-radius top-radius height [0 12 0])