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.

25 lines
766 B
OpenSCAD

difference()
{
union(){
linear_extrude (height=1, $fn = 200)
import (file="profil-exploded.dxf", layer="larger", $fn=500);
translate([0,0,0.99999])
linear_extrude (height=2, $fn = 200)
import (file="profil-exploded.dxf", layer="0", $fn=500);
translate([0,0,2.99997])
linear_extrude (height=4, $fn = 200)
import (file="profil-exploded.dxf", layer="attache", $fn=500);
translate([0,0,2.99997])
linear_extrude (height=2, $fn = 200)
import (file="profil-exploded.dxf", layer="nez", $fn=500);
}
translate([0,0,-0.00001])
linear_extrude (height=7, $fn = 200)
import (file="profil-exploded.dxf", layer="coupure", $fn=500);
}