Revert "reduced size to make holes line up with the single plate y-axis"
[clinton/prusa3.git] / old_single_plate / src / magnetic-holder.scad
1 difference(){
2 translate([-12,0.7,0])cube([24,8,10]);
3 translate([0,0,-1]) cylinder(r=4.1, h=20, $fn=25);
4 translate([8.5,10,5]) rotate([90,0,0]) rotate([0,0,30]) cylinder(r=1.8, h=20);
5 translate([-8.5,10,5]) rotate([90,0,0]) rotate([0,0,30]) cylinder(r=1.8, h=20);
6 }