summaryrefslogtreecommitdiff
path: root/nipple.scad
blob: 2894d5c22419dafe55a473ac55fc5d04a231c38e (plain)
1
2
3
4
5
6
7
8
include <parameters.scad>

module nipple(e = 0) {
  rotate([0, 180, 0])
  cylinder(h = bar_thickness / 4 + e, r1 = bar_thickness / 4 + e, r2 = 0, $fs=0.1);
}

nipple();
contact: Jan Huwald // Impressum