kjhkjh
This commit is contained in:
parent
742427a82e
commit
65cec1df3b
7506
3D-parts/inc/lamp-foot.stl
Normal file
7506
3D-parts/inc/lamp-foot.stl
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -3,7 +3,7 @@ lamp();
|
||||||
lampFoot();
|
lampFoot();
|
||||||
module lamp(){
|
module lamp(){
|
||||||
|
|
||||||
linear_extrude (height=10)
|
linear_extrude (height=12)
|
||||||
import (file="motor-dc-m15n.dxf", layer="lamp", $fn=100);
|
import (file="motor-dc-m15n.dxf", layer="lamp", $fn=100);
|
||||||
translate([0,0,9.99])
|
translate([0,0,9.99])
|
||||||
linear_extrude (height=2)
|
linear_extrude (height=2)
|
||||||
|
@ -11,7 +11,19 @@ module lamp(){
|
||||||
}
|
}
|
||||||
|
|
||||||
module lampFoot(){
|
module lampFoot(){
|
||||||
linear_extrude (height=10)
|
difference(){
|
||||||
|
linear_extrude (height=10)
|
||||||
import (file="motor-dc-m15n.dxf", layer="lamp-foot", $fn=100);
|
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
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
24922
3D-parts/inc/motor-suport-bras.stl
Normal file
24922
3D-parts/inc/motor-suport-bras.stl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user