summaryrefslogtreecommitdiff
path: root/eppie-no-params.scad
blob: ae9cd9cacc1614ecd09c99d35a846b24072205e5 (plain)
1
2
3
4
5
6
7
8
9
10
// == 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();