summaryrefslogtreecommitdiff
path: root/nipple.scad
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2014-02-11 13:57:18 (GMT)
committerJan Huwald <jh@sotun.de>2014-02-11 13:57:18 (GMT)
commit96f9b7bd72c30bb39a6f770d78bdf38575814e92 (patch)
tree63bd35c9fe331f9b555a75abf3dfa34f7deecfa6 /nipple.scad
parentb10a5eb37ed5cc540ac0f98e5c7c28a889e71111 (diff)
nipple: add epsilon
Diffstat (limited to 'nipple.scad')
-rw-r--r--nipple.scad1
1 files changed, 1 insertions, 0 deletions
diff --git a/nipple.scad b/nipple.scad
index 2894d5c..cc84bfd 100644
--- a/nipple.scad
+++ b/nipple.scad
@@ -1,6 +1,7 @@
include <parameters.scad>
module nipple(e = 0) {
+ translate([0, 0, epsilon])
rotate([0, 180, 0])
cylinder(h = bar_thickness / 4 + e, r1 = bar_thickness / 4 + e, r2 = 0, $fs=0.1);
}
contact: Jan Huwald // Impressum