module tuerca(){
color([0.5,0.5,0.5])difference(){
cylinder(h=2.5, r=3.5, $fn=6, center=true);
cylinder(h=5, r=2, $fn=20, center=true);
}
}
tuerca();