mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
Fix hex head bug.
This commit is contained in:
parent
fcfa1568c0
commit
7c61692aa5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue