module tornillo(l){
color([0.5,0.5,0.5]){
cylinder(h=l, r=2, $fn=20);
translate([0,0,0])cylinder(h=2.5, r=3.5, $fn=20);	
}
}
tornillo (20);