Fix hex head bug.

This commit is contained in:
Adrian Mariano 2023-05-18 12:41:46 -04:00
parent fcfa1568c0
commit 7c61692aa5

View file

@ -1483,7 +1483,7 @@ module screw_head(screw_info,details=false, counterbore=0,flat_height,teardrop=f
}
}
if (head=="hex")
_nutshape(head_size,head_height,"hex",false,true);
up(head_height/2)_nutshape(head_size,head_height,"hex",false,true);
}
}