Merge pull request #1174 from adrianVmariano/master

hex head fix
This commit is contained in:
Revar Desmera
2023-05-18 20:00:32 -07:00
committed by GitHub

View File

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