master
Gnieark 8 years ago
parent 6ff1702f85
commit db72fdde82

@ -0,0 +1,10 @@
lamp();
module lamp(){
linear_extrude (height=10)
import (file="motor-dc-m15n.dxf", layer="lamp", $fn=100);
translate([0,0,9.99])
linear_extrude (height=2)
import (file="motor-dc-m15n.dxf", layer="lamp-back", $fn=100);
}

File diff suppressed because it is too large Load Diff

@ -7,6 +7,9 @@ translate([0,0,-17]) disque();
use <inc/fix-disque.scad>
translate([0,0,-10.5])fixAxis();
use <inc/lamp.scad>
translate([0,0,-14])lamp();
//bolitier alim atx 85 x 140 x 150 mm
translate ([-70,-158,-3])
cube(size = [140,150,85], center = false);

Loading…
Cancel
Save