From 6e8b6557f3901bdb7a99d32cb5afb974c0c59344 Mon Sep 17 00:00:00 2001 From: Tom Short Date: Sat, 11 Mar 2017 16:18:20 -0500 Subject: Add a test object for the hex spacers --- src/dactyl_keyboard/dactyl.clj | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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) + ))) -- cgit v1.2.3