summaryrefslogtreecommitdiff
path: root/src/dactyl_keyboard
diff options
context:
space:
mode:
authorTom Short <tshort.rlists@gmail.com>2017-04-02 13:39:00 -0400
committerTom Short <tshort.rlists@gmail.com>2017-04-02 13:39:00 -0400
commitb1b225c30d31a9e0ca52ecdb54eb580ad36f30e8 (patch)
treed02c9146afc879182c8f4d20895e0806282b0c1e /src/dactyl_keyboard
parent13c89652b2030731043b92267c25a2be030b2b71 (diff)
Add test for the usb holder
Diffstat (limited to 'src/dactyl_keyboard')
-rw-r--r--src/dactyl_keyboard/dactyl.clj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj
index 328358f..816bff8 100644
--- a/src/dactyl_keyboard/dactyl.clj
+++ b/src/dactyl_keyboard/dactyl.clj
@@ -753,4 +753,10 @@
(translate [0 0 -10] screw-insert-screw-holes))
))))
+(spit "things/test.scad"
+ (write-scad
+ (difference usb-holder usb-holder-hole)))
+
+
+
(defn -main [] 1) ; dummy to make it easier to batch \ No newline at end of file