Files
tree_bulb/tree_bulb1_joined.scad
2023-11-29 20:57:55 -08:00

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