Rev 4481 Rev 4497
Line 22... Line 22...
22 if(indented == 0) 22 if(indented == 0)
23 { 23 {
24 color("white") 24 color("white")
25 minkowski() 25 minkowski()
26 { 26 {
27 cube([110,25,2]); 27 cube([110,25,1]);
28 cylinder(r=2,h=1); 28 cylinder(r=2,h=1);
29 } 29 }
30 color("black") 30 color("black")
31 union (){ 31 union (){
32 translate ([55, 12.5, 1]) // ODROIDs passive components hole. 32 translate ([55, 12.5, 0]) // ODROIDs passive components hole.
33 scale(v = [0.75, 0.75, 0.75]) 33 scale(v = [0.75, 0.75, 0.75])
34 MLAB_logo_long(); 34 MLAB_logo_long();
35 } 35 }
36 } 36 }
37 else 37 else
Line 50... Line 50...
50 } 50 }
51 } 51 }
52 } 52 }
53 } 53 }
54   54  
55 module short_logo(){ -  
56 color("white") -  
57 minkowski() -  
58 { -  
59 cube([55,25,2]); -  
60 cylinder(r=2,h=1); -  
61 } -  
62   -  
63 color("black") -  
64 union (){ -  
65 translate ([28, 12.5, 3]) // ODROIDs passive components hole. -  
66 scale(v = [0.25, 0.25, 0.25]) -  
67 MLAB_logo_short(); -  
68 } -  
69 } -  
70   -  
71 //short_logo(); 55 //short_logo();
72 long_logo(indented = 0); 56 long_logo(indented = 0);
73   57  
74 module identification_logo(){ 58 module identification_logo(){
75 color("white") 59 color("white")