/Designs/ROBOTS/IRRAD01A/CAD/src/MLAB_logo.scad
24,12 → 24,12
color("white")
minkowski()
{
cube([110,25,2]);
cube([110,25,1]);
cylinder(r=2,h=1);
}
color("black")
union (){
translate ([55, 12.5, 1]) // ODROIDs passive components hole.
translate ([55, 12.5, 0]) // ODROIDs passive components hole.
scale(v = [0.75, 0.75, 0.75])
MLAB_logo_long();
}
52,22 → 52,6
}
}
 
module short_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])
MLAB_logo_short();
}
}
 
//short_logo();
long_logo(indented = 0);