Analog-joysticks/box/box.scad

15 lines
348 B
OpenSCAD
Raw Normal View History

2016-02-28 16:45:19 +01:00
difference(){
union(){
2016-02-28 18:25:03 +01:00
linear_extrude (height=4)
2016-02-28 16:45:19 +01:00
import (file="profils.dxf", layer="borders", $fn=200);
2016-02-28 18:25:03 +01:00
translate([0,0,3.99])
2016-02-28 16:45:19 +01:00
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);
}