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