Change pro micro position
This commit is contained in:
parent
23b5146183
commit
ea4f0b2c5b
|
@ -566,7 +566,7 @@
|
||||||
|
|
||||||
(def usb-jack (translate (map + usb-holder-position [0 10 1.5]) (cube 8 20 3)))
|
(def usb-jack (translate (map + usb-holder-position [0 10 1.5]) (cube 8 20 3)))
|
||||||
|
|
||||||
(def pro-micro-position (map + (key-position 0 2 (wall-locate3 -1 0)) [-5.5 0 -20]))
|
(def pro-micro-position (map + (key-position 0 2 (wall-locate3 -1 0)) [-6 0 -20]))
|
||||||
(def pro-micro-space-size [4 18 12]) ; z has no wall;
|
(def pro-micro-space-size [4 18 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)])
|
||||||
|
|
Loading…
Reference in a new issue