summaryrefslogtreecommitdiff
path: root/example.scad
blob: 1a5445f666dc2dfa1f7768b4c37187d13832372c (plain)
1
2
3
4
5
6
7
8

difference() {
	sphere(r = 10);
	cylinder(r = 5, h = 15);
	rot([90 0 0]) cylinder(r = 5, h = 15);
	rot([0 90 0]) cylinder(r = 5, h = 15);
}

contact: Jan Huwald // Impressum