update
This commit is contained in:
@@ -585,12 +585,12 @@
|
|||||||
|
|
||||||
(def rj9-start (map + [3 -2 0] (key-position 0 0 (map + (wall-locate3 0 1) [0 (/ mount-height 2) 0]))))
|
(def rj9-start (map + [3 -2 0] (key-position 0 0 (map + (wall-locate3 0 1) [0 (/ mount-height 2) 0]))))
|
||||||
(def rj9-position [(first rj9-start) (second rj9-start) 11])
|
(def rj9-position [(first rj9-start) (second rj9-start) 11])
|
||||||
(def rj9-cube (cube 11.5 4 16))
|
(def rj9-cube (cube 11.5 5 16))
|
||||||
(def rj9-space (translate rj9-position rj9-cube))
|
(def rj9-space (translate rj9-position rj9-cube))
|
||||||
|
|
||||||
(def usbc-start (map + [17.5 -2 0] (key-position 0 0 (map + (wall-locate3 0 1) [0 (/ mount-height 2) 0]))))
|
(def usbc-start (map + [17.6 -2 0] (key-position 0 0 (map + (wall-locate3 0 1) [0 (/ mount-height 2) 0]))))
|
||||||
(def usbc-position [(first usbc-start) (second usbc-start) 4.75])
|
(def usbc-position [(first usbc-start) (second usbc-start) 4.75])
|
||||||
(def usbc-cube (cube 9.5 4 3.5))
|
(def usbc-cube (cube 9.4 5 3.5))
|
||||||
(def usbc-space (translate usbc-position usbc-cube))
|
(def usbc-space (translate usbc-position usbc-cube))
|
||||||
|
|
||||||
|
|
||||||
@@ -765,16 +765,16 @@
|
|||||||
; ; wire-posts
|
; ; wire-posts
|
||||||
; )))
|
; )))
|
||||||
|
|
||||||
;(spit "things/right-plate.scad"
|
(spit "things/right-plate.scad"
|
||||||
; (write-scad
|
(write-scad
|
||||||
; (cut
|
(cut
|
||||||
; (translate [0 0 -0.1]
|
(translate [0 0 -0.1]
|
||||||
; (difference (union case-walls
|
(difference (union case-walls
|
||||||
;teensy-holder
|
;teensy-holder
|
||||||
; ; rj9-holder
|
; rj9-holder
|
||||||
; screw-insert-outers)
|
screw-insert-outers)
|
||||||
; (translate [0 0 -10] screw-insert-screw-holes))
|
(translate [0 0 -10] screw-insert-screw-holes))
|
||||||
; ))))
|
))))
|
||||||
|
|
||||||
;(spit "things/test.scad"
|
;(spit "things/test.scad"
|
||||||
; (write-scad
|
; (write-scad
|
||||||
|
|||||||
BIN
things/left.stl
Normal file
BIN
things/left.stl
Normal file
Binary file not shown.
BIN
things/right.stl
Normal file
BIN
things/right.stl
Normal file
Binary file not shown.
Reference in New Issue
Block a user