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
commit 1c8e5efa96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);
}
}