Update thumb in tests
This commit is contained in:
parent
84e010318c
commit
58a95b8a56
|
@ -352,7 +352,6 @@
|
||||||
|
|
||||||
(def thumbcaps
|
(def thumbcaps
|
||||||
(union
|
(union
|
||||||
(thumb-1x-layout (sa-cap 1))
|
|
||||||
(thumb-15x-layout (rotate (/ π 2) [0 0 1] (sa-cap 1)))))
|
(thumb-15x-layout (rotate (/ π 2) [0 0 1] (sa-cap 1)))))
|
||||||
|
|
||||||
(def thumb
|
(def thumb
|
||||||
|
@ -624,14 +623,17 @@
|
||||||
|
|
||||||
(spit "things/right-test.scad"
|
(spit "things/right-test.scad"
|
||||||
(write-scad
|
(write-scad
|
||||||
(union
|
(difference
|
||||||
key-holes
|
(union
|
||||||
connectors
|
key-holes
|
||||||
thumb
|
connectors
|
||||||
thumb-connectors
|
thumb
|
||||||
case-walls
|
thumb-connectors
|
||||||
thumbcaps
|
case-walls
|
||||||
caps)))
|
thumbcaps
|
||||||
|
caps)
|
||||||
|
|
||||||
|
(translate [0 0 -20] (cube 350 350 40)))))
|
||||||
|
|
||||||
(spit "things/right-plate.scad"
|
(spit "things/right-plate.scad"
|
||||||
(write-scad
|
(write-scad
|
||||||
|
|
Loading…
Reference in a new issue