This commit is contained in:
gnieark 2016-10-10 19:51:56 +02:00
parent 742427a82e
commit 65cec1df3b
5 changed files with 155452 additions and 5236 deletions

7506
3D-parts/inc/lamp-foot.stl Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ lamp();
lampFoot();
module lamp(){
linear_extrude (height=10)
linear_extrude (height=12)
import (file="motor-dc-m15n.dxf", layer="lamp", $fn=100);
translate([0,0,9.99])
linear_extrude (height=2)
@ -11,7 +11,19 @@ module lamp(){
}
module lampFoot(){
linear_extrude (height=10)
import (file="motor-dc-m15n.dxf", layer="lamp-foot", $fn=100);
difference(){
linear_extrude (height=10)
import (file="motor-dc-m15n.dxf", layer="lamp-foot", $fn=100);
union(){
translate([22.5,-9,5])
rotate ([0,90,90])
cylinder(r=1.5,h=5,$fn=100);
translate([-22.5,-9,5])
rotate ([0,90,90])
cylinder(r=1.5,h=5,$fn=100);
}
}
}

117042
3D-parts/inc/lamp.stl Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff