summaryrefslogtreecommitdiff
path: root/examples/example015.scad
blob: ddf907a01226b160e972aeea93fc29283ed7ff7f (plain)
1
2
3
4
5
6
7
8
9

union() {
	difference() {
		square(100, true);
		square(50, true);
	}
	translate([50, 50])
		square(15, true);
}
contact: Jan Huwald // Impressum