blob: 5dca703b636d1d50f7665fa4f95d90720bbc5c24 (
plain)
1
2
3
4
5
6
7
8
9
10
|
difference() {
sphere(r=10);
%#cylinder(h=30, r=6, center=true);
%#if (true) cube([6,25,3], center=true);
}
translate([13,0,0]) difference() {
sphere(r=10);
#%cylinder(h=30, r=6, center=true);
#%if (true) cube([6,25,3], center=true);
}
|