You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function simply maps the given diameter to a respective height. However, these heights depend on the head type of the respective screw and thus the returned value does not match the actual value in some cases (I didn't fully investigate which cases), e.g., for countersunk. Getting the exact height is important to me to precisely cut out clearances above screws that are "embedded" into the material of 3d prints.
It should be quite easy to add an optional parameter that describes the head type. I have added a similar function for my own needs:
The function simply maps the given diameter to a respective height. However, these heights depend on the head type of the respective screw and thus the returned value does not match the actual value in some cases (I didn't fully investigate which cases), e.g., for
countersunk
. Getting the exact height is important to me to precisely cut out clearances above screws that are "embedded" into the material of 3d prints.It should be quite easy to add an optional parameter that describes the head type. I have added a similar function for my own needs:
The hardest path is probably just to cut down on the code duplication between that function and the
metric_bolt
module.The text was updated successfully, but these errors were encountered: