chiark / gitweb /
light-bracket: as 2nd test print, with weird rectangular moves
[reprap-play.git] / test-object.scad
1 difference() {
2     cube(size=[10,10,4.0], center=true);
3     translate([0,0,2.0]) sphere(r=4.5, $fn=50);
4 }