master
gnieark 8 years ago
parent 742427a82e
commit 65cec1df3b

File diff suppressed because it is too large Load Diff

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

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
Loading…
Cancel
Save