chiark / gitweb /
add echo of square width and height to ensure they're +ve
[reprap-play.git] / test-object.scad
1 size=1.7;
2 scale([size,size,size])
3 difference() {
4     cube(size=[10,10,4.0], center=true);
5     translate([0,0,2.0]) sphere(r=4.5, $fn=50);
6 }