summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Short <tshort.rlists@gmail.com>2017-03-11 16:18:20 -0500
committerTom Short <tshort.rlists@gmail.com>2017-03-11 16:18:20 -0500
commit6e8b6557f3901bdb7a99d32cb5afb974c0c59344 (patch)
tree2264631a0057e1044e7e88d808e2980e86b1b070 /src
parent2ab979f8e0e83e60eca454a9f6627c89e7df5299 (diff)
Add a test object for the hex spacers
Diffstat (limited to 'src')
-rw-r--r--src/dactyl_keyboard/dactyl.clj5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj
index 0f69fed..c1287fa 100644
--- a/src/dactyl_keyboard/dactyl.clj
+++ b/src/dactyl_keyboard/dactyl.clj
@@ -623,3 +623,8 @@
)))
+(spit "things/test.scad"
+ (write-scad (intersection (translate [29 -5 0] (cube 30 30 30))
+ (difference (union case-walls hex-spacer-outers)
+ hex-spacer-holes)
+ )))