//**************************************************************** //* Name : 198 Wedge Lamp Stem * //* Author : Robert Joseph Korn * //* Notice : Copyright (c) 2016 Open Valley Consulting Corp * //* : All Rights Reserved * //* Date : 4/16/16 * //* Version : 1.0 * //* Notes : * //**************************************************************** $fn=40; difference () { union(){ cylinder(d=14, h=20); // body translate([0,0,20]) cylinder(d1=14, d2=7, h=2); // bevel translate([0,0,22]) cylinder(d=7, h=12); // stem } union(){ cylinder(d=3.75, h=10); // bulb stem cylinder(d=11, h=2); // bulb relief translate([-1.25,-5,2]) cube([2.5,10,8]); // bulb base translate([0,0,10]) cylinder(d=5, h=50); // through hole translate([0,0,10]) cylinder(d=11, h=8); // hollow bottom translate([0,0,16]) sphere(d=11); // hollow top translate([3,3,0]) cylinder(d=2, h=12); // wire hole translate([-3,-3,0]) cylinder(d=2, h=12); // wire hole // cube([50,50,50]); // cutaway view } }