summaryrefslogtreecommitdiff
path: root/examples/example004.scad
blob: 9cfc4f6849b1caeb1b6e86b0770dc7d6ec751431 (plain)
1
2
3
4
5
6
7
8
9
10
11

module example004()
{
	difference() {
		cube(30, center = true);
		sphere(20);
	}
}

example004();

contact: Jan Huwald // Impressum