//RAACO C11-44 COMPONENT RACK
//JAGERMEISTER 4-SHOT COMMUNION TRAY
$fn=100;
difference(){
union(){
//main block
translate([-66, -23, 0])
cube([132,46,2]);
//legs
translate([-63,-20,0])
cylinder(h=20,d1=6,d2=6);
translate([-63,20,0])
cylinder(h=20,d1=6,d2=6);
translate([63,-20,0])
cylinder(h=20,d1=6,d2=6);
translate([63,20,0])
cylinder(h=20,d1=6,d2=6);
}
//cup holes
translate([-17,0,-1])
cylinder(h=4,d1=24,d2=23);
translate([17,0,-1])
cylinder(h=4,d1=24,d2=23);
translate([-51,0,-1])
cylinder(h=4,d1=24,d2=23);
translate([51,0,-1])
cylinder(h=4,d1=24,d2=23);
//plastic/speed saver holes
translate([0,-14,-1])
cylinder(h=4,d1=14,d2=13);
translate([0,14,-1])
cylinder(h=4,d1=14,d2=13);
translate([34,-14,-1])
cylinder(h=4,d1=14,d2=13);
translate([34,14,-1])
cylinder(h=4,d1=14,d2=13);
translate([-34,-14,-1])
cylinder(h=4,d1=14,d2=13);
translate([-34,14,-1])
cylinder(h=4,d1=14,d2=13);
//hollows in legs
translate([-63,-20,1])
cylinder(h=20,d1=4,d2=4);
translate([-63,20,1])
cylinder(h=20,d1=4,d2=4);
translate([63,-20,1])
cylinder(h=20,d1=4,d2=4);
translate([63,20,1])
cylinder(h=20,d1=4,d2=4);
}77
[OpenSCAD 3D_Printing Clive_Listings]