mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2026-01-19 13:49:33 +00:00
remove tabs
This commit is contained in:
parent
ee6d7f3a05
commit
a276c150cc
1 changed files with 19 additions and 19 deletions
|
|
@ -1102,25 +1102,25 @@ module npt_threaded_rod(
|
|||
// }
|
||||
|
||||
bspp_dimensions = [
|
||||
// Size TPI OD
|
||||
[ 1/16, [ 28, 0.3041 ]],
|
||||
[ 1/8, [ 28, 0.3830 ]],
|
||||
[ 1/4, [ 19, 0.5180 ]],
|
||||
[ 3/8, [ 19, 0.6560 ]],
|
||||
[ 1/2, [ 14, 0.8250 ]],
|
||||
[ 5/8, [ 14, 0.9020 ]],
|
||||
[ 3/4, [ 14, 1.0410 ]],
|
||||
[ 7/8, [ 14, 1.1890 ]],
|
||||
[ 1, [ 11, 1.3090 ]],
|
||||
[ 1+1/8, [ 11, 1.4920 ]],
|
||||
[ 1+1/4, [ 11, 1.6500 ]],
|
||||
[ 1+3/8, [ 11, 1.7450 ]],
|
||||
[ 1+1/2, [ 11, 1.8820 ]],
|
||||
[ 1+5/8, [ 11, 2.0820 ]],
|
||||
[ 1+3/4, [ 11, 2.1160 ]],
|
||||
[ 1+7/8, [ 11, 2.2440 ]],
|
||||
[ 2, [ 11, 2.3470 ]],
|
||||
];
|
||||
// Size TPI OD
|
||||
[ 1/16, [ 28, 0.3041 ]],
|
||||
[ 1/8, [ 28, 0.3830 ]],
|
||||
[ 1/4, [ 19, 0.5180 ]],
|
||||
[ 3/8, [ 19, 0.6560 ]],
|
||||
[ 1/2, [ 14, 0.8250 ]],
|
||||
[ 5/8, [ 14, 0.9020 ]],
|
||||
[ 3/4, [ 14, 1.0410 ]],
|
||||
[ 7/8, [ 14, 1.1890 ]],
|
||||
[ 1, [ 11, 1.3090 ]],
|
||||
[ 1+1/8, [ 11, 1.4920 ]],
|
||||
[ 1+1/4, [ 11, 1.6500 ]],
|
||||
[ 1+3/8, [ 11, 1.7450 ]],
|
||||
[ 1+1/2, [ 11, 1.8820 ]],
|
||||
[ 1+5/8, [ 11, 2.0820 ]],
|
||||
[ 1+3/4, [ 11, 2.1160 ]],
|
||||
[ 1+7/8, [ 11, 2.2440 ]],
|
||||
[ 2, [ 11, 2.3470 ]],
|
||||
];
|
||||
|
||||
function bspp_threaded_rod(
|
||||
size,
|
||||
|
|
|
|||
Loading…
Reference in a new issue