// Shower Clip // A small clip to hold the glass in place difference() { union() { cube([12,13,14]); cube([12,5,25]); translate([0,4,13]) cube([12,3.5,3.5]); } hull() { translate([6,-2,5.5]) rotate([0,90,90]) cylinder(d=5.5,h=20,$fn=30); translate([6,-2,9]) rotate([0,90,90]) cylinder(d=5.5,h=20,$fn=30); } hull() { translate([6,-2,5.5]) rotate([0,90,90]) cylinder(d=9,h=5,$fn=30); translate([6,-2,9]) rotate([0,90,90]) cylinder(d=9,h=5,$fn=30); } translate([-4,7.75,16.77]) rotate([0,90,0]) cylinder(d=5.5,h=20,$fn=30); }