Analog-joysticks/box/box.scad

16 lines
352 B
OpenSCAD
Raw Permalink Normal View History

2016-02-28 16:45:19 +01:00
difference(){
union(){
2016-02-28 23:26:32 +01:00
linear_extrude (height=7)
2016-02-28 16:45:19 +01:00
import (file="profils.dxf", layer="borders", $fn=200);
2016-02-28 23:26:32 +01:00
translate([0,0,6.99])
2016-02-28 16:45:19 +01:00
linear_extrude (height=2)
import (file="profils.dxf", layer="tranche", $fn=200);
}
2016-03-03 00:11:22 +01:00
2016-02-28 23:26:32 +01:00
translate([0,0,5])
2016-02-28 16:45:19 +01:00
linear_extrude (height=6)
import (file="profils.dxf", layer="holes-for-buttons", $fn=200);
}