Rev 4156 Rev 4157
Line 98... Line 98...
98 98
99 translate ([10,67, 0]) // ODROIDs passive components hole. 99 translate ([10,67, 0]) // ODROIDs passive components hole.
100 cube([38,11,pedestal_height ]); 100 cube([38,11,pedestal_height ]);
101 101
102 // MLAB logo on the side 102 // MLAB logo on the side
103 /* union (){ 103 union (){
104 translate ([29,0.5, 6.5]) // ODROIDs passive components hole. 104 translate ([29,0.5, 6.5]) // ODROIDs passive components hole.
105 rotate ([90,0,0]) 105 rotate ([90,0,0])
106 scale(v = [0.4, 0.4, 0.4]) 106 scale(v = [0.4, 0.4, 0.4])
107 MLAB_logo_long(); 107 MLAB_logo_long();
108 }*/ 108 }
109 } 109 }