mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
comments with more torx values
This commit is contained in:
parent
07805a1918
commit
c9fbf3c417
1 changed files with 64 additions and 2 deletions
|
@ -219,7 +219,39 @@ function torx_diam(size) = lookup(size, [
|
|||
[ 90, 20.20],
|
||||
[100, 22.40]
|
||||
]);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
[
|
||||
[ 1, 0.90],
|
||||
[ 2, 1.00],
|
||||
[ 3, 1.20],
|
||||
[ 4, 1.35],
|
||||
[ 5, 1.50],
|
||||
[ 6, 1.75],
|
||||
[ 7, 2.10],
|
||||
[ 8, 2.40],
|
||||
[ 9, 2.60],
|
||||
[ 10, 2.80],
|
||||
[ 15, 3.35],
|
||||
[ 20, 3.95],
|
||||
[ 25, 4.50],
|
||||
[ 27, 5.10],
|
||||
[ 30, 5.60],
|
||||
[ 35, 5.90],
|
||||
[ 40, 6.75],
|
||||
[ 45, 7.93],
|
||||
[ 50, 8.95],
|
||||
[ 55, 11.35],
|
||||
[ 60, 13.45],
|
||||
[ 70, 15.70],
|
||||
[ 80, 17.75],
|
||||
[ 90, 20.20],
|
||||
[100, 22.40]
|
||||
];
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/// Internal Function: torx_inner_diam()
|
||||
/// Usage:
|
||||
|
@ -245,7 +277,37 @@ function _torx_inner_diam(size) = lookup(size, [
|
|||
[ 90, 14.40],
|
||||
[100, 16.00]
|
||||
]);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
[
|
||||
[ 1, 0.60],
|
||||
[ 2, 0.07],
|
||||
[ 3, 0.85],
|
||||
[ 4, 1.00],
|
||||
[ 5, 1.10],
|
||||
[ 6, 1.27],
|
||||
[ 7, 1.50],
|
||||
[ 8, 1.75],
|
||||
[ 9, 1.90],
|
||||
[ 10, 2.05],
|
||||
[ 15, 2.40],
|
||||
[ 20, 2.85],
|
||||
[ 25, 3.25],
|
||||
[ 27, 3.68],
|
||||
[ 30, 4.05],
|
||||
[ 40, 4.85],
|
||||
[ 45, 5.64],
|
||||
[ 50, 6.45],
|
||||
[ 55, 8.05],
|
||||
[ 60, 9.60],
|
||||
[ 70, 11.20],
|
||||
[ 80, 12.80],
|
||||
[ 90, 14.40],
|
||||
[100, 16.00]
|
||||
]);
|
||||
|
||||
*/
|
||||
|
||||
// Function: torx_depth()
|
||||
// Usage:
|
||||
|
|
Loading…
Reference in a new issue