bolt_d = 3;
bolt_r = bolt_d / 2;

module bolt() {
	cylinder(d=bolt_d,h=5);  // TODO height is not considered at the moment
}