chiark / gitweb /
from http://www.thingiverse.com/download:15491 http://www.thingiverse.com/thing:5052
[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 }