Rev 4127 | Rev 4128 | ||
---|---|---|---|
Line 96... | Line 96... | ||
96 | cube([38,11,pedestal_height ]); |
96 | cube([38,11,pedestal_height ]); |
97 | |
97 | |
98 | union (){ |
98 | union (){ |
99 | translate ([29,0.5, 6.5]) // ODROIDs passive components hole. |
99 | translate ([29,0.5, 6.5]) // ODROIDs passive components hole. |
100 | rotate ([90,0,0]) |
100 | rotate ([90,0,0]) |
101 | scale(v = [0.35, 0.35, 0.35]) |
101 | scale(v = [0.4, 0.4, 0.4]) |
102 | MLAB_logo_long(); |
102 | MLAB_logo_long(); |
103 | } |
103 | } |
104 | } |
104 | } |