Update usb jack

This commit is contained in:
Leo Lou 2018-06-14 00:13:25 +09:00
parent 889ec808ce
commit 3c4b6ef823

View file

@ -593,9 +593,9 @@
(def usb-holder-space (translate (map + usb-holder-position [0 (* -1 wall-thickness) 1]) usb-holder-cube)) (def usb-holder-space (translate (map + usb-holder-position [0 (* -1 wall-thickness) 1]) usb-holder-cube))
(def usb-holder-holder (translate usb-holder-position (cube 19 12 4))) (def usb-holder-holder (translate usb-holder-position (cube 19 12 4)))
(def usb-jack (translate (map + usb-holder-position [0 10 3]) (cube 8 20 3))) (def usb-jack (translate (map + usb-holder-position [0 10 3]) (cube 8.1 20 3.1)))
(def pro-micro-position (map + (key-position 0 1 (wall-locate3 -1 0)) [-6 6 -16])) (def pro-micro-position (map + (key-position 0 1 (wall-locate3 -1 0)) [-6 2 -16]))
(def pro-micro-space-size [4 10 12]) ; z has no wall; (def pro-micro-space-size [4 10 12]) ; z has no wall;
(def pro-micro-wall-thickness 2) (def pro-micro-wall-thickness 2)
(def pro-micro-holder-size [(+ pro-micro-wall-thickness (first pro-micro-space-size)) (+ pro-micro-wall-thickness (second pro-micro-space-size)) (last pro-micro-space-size)]) (def pro-micro-holder-size [(+ pro-micro-wall-thickness (first pro-micro-space-size)) (+ pro-micro-wall-thickness (second pro-micro-space-size)) (last pro-micro-space-size)])