17 lines
273 B
OpenSCAD
17 lines
273 B
OpenSCAD
$fn=60;
|
|
|
|
rotate([180,0,0])
|
|
intersection()
|
|
{
|
|
translate([9.6,-6,0])
|
|
import("tree_bulb1.stl");
|
|
cylinder(d=11, h=15);
|
|
}
|
|
|
|
translate([-.5,.5,0])
|
|
intersection()
|
|
{
|
|
translate([10.21,-16.84,0])
|
|
import("tree_bulb1.stl");
|
|
cylinder(d=11, h=15);
|
|
} |