// == Unparamaterised 1.5ml Eppie == // Cathal Garvey (cathalgarvey@gmail.com) // Creative Commons Attribution, Sharealike. // http://creativecommons.org/licenses/by-sa/2.0/ // For those times when you need minimal code to represent something. // ===== Module ===== module Eppie(){difference(){union(){translate([0,0,38.49])cylinder(1.01,6.5,6.5);translate([0,0,18.49])cylinder(20.01,5.25,5.5);translate([0,0,2.49])cylinder(16.11,2.5,5.25);translate([0,0,2.5])sphere(2.5);}translate([0,0,0.2])union(){translate([0,0,38.49])cylinder(1.01,5.3,5.3);translate([0,0,18.49])cylinder(20.01,5.05,5.3);translate([0,0,2.49])cylinder(16.11,2.3,5.05);translate([0,0,2.5])sphere(2.3);}}} // ===== Example Construction ===== // Eppie();