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

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