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.

16 lines
352 B
OpenSCAD

difference(){
union(){
linear_extrude (height=7)
import (file="profils.dxf", layer="borders", $fn=200);
translate([0,0,6.99])
linear_extrude (height=2)
import (file="profils.dxf", layer="tranche", $fn=200);
}
translate([0,0,5])
linear_extrude (height=6)
import (file="profils.dxf", layer="holes-for-buttons", $fn=200);
}