}
cylinder(h=2.4, r=height/2, center=true);
translate([0, 6.8, 0]) cylinder(h=10, r=5/2, center=true);
- translate([0,-10,0])rotate([])cube([40,24,1],center=true);
+ translate([0,-10,0])rotate([0,0,0])cube([40,24,1],center=true);
}
translate([0,11.5,-10]) cube(size=[100,30,100], center=true);
}