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();