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.

15 lines
348 B
OpenSCAD

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