blob: 7132b025ae53c37e4aed69aebcdadd85362c0f5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
intersection()
{
linear_extrude(file = "example013.dxf",
height = 100, center = true, convexity= 3);
rotate([0, 90, 0])
linear_extrude(file = "example013.dxf",
height = 100, center = true, convexity= 3);
rotate([90, 0, 0])
linear_extrude(file = "example013.dxf",
height = 100, center = true, convexity= 3);
}
|