chiark / gitweb /
velux-window-grip: it broke, so make thicker: fix up so blhook_in_rad is the constant...
[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 }