1 2 3 4 5 6 7 8
bolt_d = 3; bolt_r = bolt_d / 2; module bolt() { cylinder(d=bolt_d,h=5); // TODO height is not considered at the moment } bolt();