nut_h = 3;
nut_d = 4.15;
nut_d_tol = 0.2;

module nut() {
	cylinder(d=nut_d,h=nut_h);
}