From 7c61692aa53514a56f353a4f6f5a6e6ab738d87e Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 18 May 2023 12:41:46 -0400 Subject: [PATCH] Fix hex head bug. --- screws.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screws.scad b/screws.scad index 2df6890..3ae6d11 100644 --- a/screws.scad +++ b/screws.scad @@ -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); } }