Rev 4128 Rev 4143
Line 87... Line 87...
87 87
88 88
89 89
90 //// lightening central holes 90 //// lightening central holes
91 91
92 translate ([18,16, 0]) // ODROIDs passive components hole. 92 translate ([9,16, 0]) // ODROIDs passive components hole.
93 cube([30,43,pedestal_height ]); 93 cube([40,43,pedestal_height ]);
94 94
95 translate ([10,67, 0]) // ODROIDs passive components hole. 95 translate ([10,67, 0]) // ODROIDs passive components hole.
96 cube([38,11,pedestal_height ]); 96 cube([38,11,pedestal_height ]);
97   97
-   98 // MLAB logo on the side
98 union (){ 99 /* union (){
99 translate ([29,0.5, 6.5]) // ODROIDs passive components hole. 100 translate ([29,0.5, 6.5]) // ODROIDs passive components hole.
100 rotate ([90,0,0]) 101 rotate ([90,0,0])
101 scale(v = [0.4, 0.4, 0.4]) 102 scale(v = [0.4, 0.4, 0.4])
102 MLAB_logo_long(); 103 MLAB_logo_long();
103 } 104 } */
104 } 105 }