This commit is contained in:
Gnieark 2016-10-08 18:47:41 +02:00
parent 6ff1702f85
commit db72fdde82
3 changed files with 1800 additions and 305 deletions

10
3D-parts/inc/lamp.scad Normal file
View File

@ -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

View File

@ -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);