You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
539 B
OpenSCAD

8 years ago
difference(){
union(){
linear_extrude(height = 5,$fn=50)
8 years ago
import (file = "profils8x8x8.dxf", layer = "0");
8 years ago
linear_extrude(height = 11,$fn=50)
8 years ago
import (file = "profils8x8x8.dxf", layer = "1");
8 years ago
}
union(){
translate ([0,0,4.1])
linear_extrude(height = 1,$fn=50)
8 years ago
import (file = "profils8x8x8.dxf", layer = "anode-cathode-hole");
8 years ago
translate ([0,0,3.5])
linear_extrude(height = 1,$fn=50)
8 years ago
import (file = "profils8x8x8.dxf", layer = "hole2");
8 years ago
}
}