Mida: 25 x 45 x 31 mm
Volum: 14,064 cm3
Farcit al 20%
PLA: 9 g
Temps: 25 minuts
Disseny: Josep Sánchez, Alex Padrós, Lorena Cabaña
difference(){
union ()
{
cube([15,45,31]);
translate ([15,0,0]) cube([10,45,6]);
}
union()
{
translate ([-0.2,22.5,20.2]) rotate ([0,90,0]) cylinder (h=16,r=14.2,$fn=48);
translate ([-0.2,4.8,20.2]) rotate ([0,90,0]) cylinder (h=16,r=2.3,$fn=48);
translate ([-0.2,40.2,20.2]) rotate ([0,90,0]) cylinder (h=16,r=2.3,$fn=48);
translate ([20,10,10]) rotate ([180,0,0]) cylinder (h=11,r=1.7,$fn=48);
translate ([20,35,10]) rotate ([180,0,0]) cylinder (h=11,r=1.7,$fn=48);
translate ([7.5,22.5,10]) rotate ([180,0,0]) cylinder (h=11,r=1.7,$fn=48);
translate ([7.5,22.5,10]) rotate ([180,0,0]) cylinder (h=6,r=3.5,$fn=48);
}
}