Rev 3910 Rev 4127
Line -... Line 1...
-   1 use <./../../../../../Library/Graphics/MLAB_logo.scad>
1   2  
2 pedestal_height = 13; // designed for use the MLAB standard 12mm screws. 3 pedestal_height = 13; // designed for use the MLAB standard 12mm screws.
3 mount_hole = 3.5; 4 mount_hole = 3.5;
4 clear = 0.175; 5 clear = 0.175;
5 nut_size = 6.6; 6 nut_size = 6.6;
Line 91... Line 92...
91 translate ([18,16, 0]) // ODROIDs passive components hole. 92 translate ([18,16, 0]) // ODROIDs passive components hole.
92 cube([30,43,pedestal_height ]); 93 cube([30,43,pedestal_height ]);
93 94
94 translate ([10,67, 0]) // ODROIDs passive components hole. 95 translate ([10,67, 0]) // ODROIDs passive components hole.
95 cube([38,11,pedestal_height ]); 96 cube([38,11,pedestal_height ]);
96 -  
97 } -  
98   -  
99   97  
-   98 union (){
-   99 translate ([29,0.5, 6.5]) // ODROIDs passive components hole.
-   100 rotate ([90,0,0])
-   101 scale(v = [0.35, 0.35, 0.35])
-   102 MLAB_logo_long();
-   103 }
-   104 }