22,13 → 22,13 |
color("white") |
minkowski() |
{ |
cube([100,25,2]); |
cube([110,25,2]); |
cylinder(r=2,h=1); |
} |
|
color("black") |
union (){ |
translate ([50, 12.5, 1]) // ODROIDs passive components hole. |
translate ([55, 12.5, 1]) // ODROIDs passive components hole. |
scale(v = [0.75, 0.75, 0.75]) |
MLAB_logo_long(); |
} |
38,13 → 38,13 |
color("white") |
minkowski() |
{ |
cube([50,25,2]); |
cube([55,25,2]); |
cylinder(r=2,h=1); |
} |
|
color("black") |
union (){ |
translate ([25, 12.5, 3]) // ODROIDs passive components hole. |
translate ([28, 12.5, 3]) // ODROIDs passive components hole. |
scale(v = [0.25, 0.25, 0.25]) |
MLAB_logo_short(); |
} |
53,4 → 53,20 |
//short_logo(); |
long_logo(); |
|
//text("IRRAD01A"); |
module identification_logo(){ |
color("white") |
minkowski() |
{ |
cube([55,25,2]); |
cylinder(r=2,h=1); |
} |
|
color("black") |
union (){ |
translate ([28, 12.5, 3]) // ODROIDs passive components hole. |
scale(v = [0.25, 0.25, 0.25]) |
text("IRRAD01A",20); |
} |
} |
|
//identification_logo(); |