lamp
This commit is contained in:
parent
db72fdde82
commit
742427a82e
|
|
@ -1,5 +1,6 @@
|
||||||
lamp();
|
lamp();
|
||||||
|
|
||||||
|
lampFoot();
|
||||||
module lamp(){
|
module lamp(){
|
||||||
|
|
||||||
linear_extrude (height=10)
|
linear_extrude (height=10)
|
||||||
|
|
@ -8,3 +9,9 @@ module lamp(){
|
||||||
linear_extrude (height=2)
|
linear_extrude (height=2)
|
||||||
import (file="motor-dc-m15n.dxf", layer="lamp-back", $fn=100);
|
import (file="motor-dc-m15n.dxf", layer="lamp-back", $fn=100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module lampFoot(){
|
||||||
|
linear_extrude (height=10)
|
||||||
|
import (file="motor-dc-m15n.dxf", layer="lamp-foot", $fn=100);
|
||||||
|
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user