omdl
v0.9.5
OpenSCAD Mechanical Design Library
radial_ball.scad
Go to the documentation of this file.
1
//! [radial] Radial ball bearing; ball; rbb.
2
/***************************************************************************/
/**
3
\file
4
\author Roy Allen Sutton
5
\date 2024
6
7
\copyright
8
9
This file is part of [omdl] (https://github.com/royasutton/omdl),
10
an OpenSCAD mechanical design library.
11
12
The \em omdl is free software; you can redistribute it and/or modify
13
it under the terms of the [GNU Lesser General Public License]
14
(http://www.gnu.org/licenses/lgpl.html) as published by the Free
15
Software Foundation; either version 2.1 of the License, or (at
16
your option) any later version.
17
18
The \em omdl is distributed in the hope that it will be useful,
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21
Lesser General Public License for more details.
22
23
You should have received a copy of the GNU Lesser General Public
24
License along with the \em omdl; if not, write to the Free Software
25
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26
02110-1301, USA; or see <http://www.gnu.org/licenses/>.
27
28
\details
29
30
\amu_define group_name (ball)
31
\amu_define group_brief ([radial] Radial ball bearing; ball; rbb.)
32
33
\amu_include (include/amu/pgid_path_pstem_pg.amu)
34
\amu_text parent (${parent}_Radial)
35
*******************************************************************************/
36
37
//----------------------------------------------------------------------------//
38
39
/***************************************************************************/
/**
40
\amu_include (include/amu/group_in_parent_start.amu)
41
\amu_include (include/amu/includes_required.amu)
42
43
\details
44
45
\amu_copy (files="diagrams/radial_ball.svg" types="html,latex")
46
\amu_text
47
(
48
\image html ${PATH_NAME}/diagrams/radial_ball.svg "parameters"
49
\image latex ${PATH_NAME}/diagrams/radial_ball.svg "parameters"
50
)
51
52
\amu_define output_scad (false)
53
\amu_define output_console (false)
54
55
\amu_define title (Radial ball bearing)
56
\amu_define notes_table ()
57
58
\amu_include (include/amu/scope_table.amu)
59
60
\note The measurements in the table above are shown with:
61
\c length_unit_base="mm". These measurements will
62
convert when the base units are changed. See \ref units_length
63
for more information on setting the base units.
64
65
| References: |
66
|:-------------|
67
| ball |
68
| rbb |
69
| [RepRap] |
70
| [Wikipedia] |
71
72
[RepRap]: https://reprap.org/wiki/Ball_bearing
73
[Wikipedia]: https://en.wikipedia.org/wiki/Rolling-element_bearing
74
*******************************************************************************/
75
76
//! <map> ball bearing data table columns map.
77
//! \hideinitializer
78
dtc_bearing_radial_ball
=
79
[
80
[
"n"
,
"model number"
],
81
[
"id"
,
"inscribed circle"
],
82
[
"od"
,
"outer diameter"
],
83
[
"b"
,
"outer width"
]
84
];
85
86
//! <table> ball bearing data table rows.
87
//! \hideinitializer
88
dtr_bearing_radial_ball
=
89
[
90
[
"601x"
,
l_mm
( 1.5),
l_mm
( 6),
l_mm
( 3.0)],
91
[
"601xo"
,
l_mm
( 1.5),
l_mm
( 6),
l_mm
( 2.5)],
92
[
"602"
,
l_mm
( 2.0),
l_mm
( 7),
l_mm
( 3.5)],
93
[
"602o"
,
l_mm
( 2.0),
l_mm
( 7),
l_mm
( 2.8)],
94
[
"602x"
,
l_mm
( 2.5),
l_mm
( 8),
l_mm
( 4.0)],
95
[
"602xo"
,
l_mm
( 2.5),
l_mm
( 8),
l_mm
( 2.8)],
96
[
"603"
,
l_mm
( 3.0),
l_mm
( 9),
l_mm
( 5.0)],
97
[
"603o"
,
l_mm
( 3.0),
l_mm
( 9),
l_mm
( 3.0)],
98
[
"604"
,
l_mm
( 4.0),
l_mm
( 12),
l_mm
( 4.0)],
99
[
"605"
,
l_mm
( 5.0),
l_mm
( 14),
l_mm
( 5.0)],
100
[
"606"
,
l_mm
( 6.0),
l_mm
( 17),
l_mm
( 6.0)],
101
[
"607"
,
l_mm
( 7.0),
l_mm
( 19),
l_mm
( 6.0)],
102
[
"608"
,
l_mm
( 8.0),
l_mm
( 22),
l_mm
( 7.0)],
103
[
"609"
,
l_mm
( 9.0),
l_mm
( 24),
l_mm
( 7.0)],
104
[
"625"
,
l_mm
( 5.0),
l_mm
( 16),
l_mm
( 5.0)],
105
[
"626"
,
l_mm
( 6.0),
l_mm
( 19),
l_mm
( 6.0)],
106
[
"627"
,
l_mm
( 7.0),
l_mm
( 22),
l_mm
( 7.0)],
107
[
"628"
,
l_mm
( 8.0),
l_mm
( 24),
l_mm
( 8.0)],
108
[
"629"
,
l_mm
( 9.0),
l_mm
( 26),
l_mm
( 8.0)],
109
[
"688"
,
l_mm
( 8.0),
l_mm
( 16),
l_mm
( 4.0)],
110
[
"697"
,
l_mm
( 7.0),
l_mm
( 17),
l_mm
( 5.0)],
111
[
"6000"
,
l_mm
(10.0),
l_mm
( 26),
l_mm
( 8.0)],
112
[
"6001"
,
l_mm
(12.0),
l_mm
( 28),
l_mm
( 8.0)],
113
[
"6002"
,
l_mm
(15.0),
l_mm
( 32),
l_mm
( 9.0)],
114
[
"6003"
,
l_mm
(17.0),
l_mm
( 35),
l_mm
(10.0)],
115
[
"6004"
,
l_mm
(20.0),
l_mm
( 42),
l_mm
(12.0)],
116
[
"6005"
,
l_mm
(25.0),
l_mm
( 47),
l_mm
(12.0)],
117
[
"6006"
,
l_mm
(30.0),
l_mm
( 55),
l_mm
(13.0)],
118
[
"6007"
,
l_mm
(35.0),
l_mm
( 62),
l_mm
(14.0)],
119
[
"6008"
,
l_mm
(40.0),
l_mm
( 68),
l_mm
(15.0)],
120
[
"6009"
,
l_mm
(45.0),
l_mm
( 75),
l_mm
(16.0)],
121
[
"6010"
,
l_mm
(50.0),
l_mm
( 80),
l_mm
(16.0)],
122
[
"6011"
,
l_mm
(55.0),
l_mm
( 90),
l_mm
(18.0)],
123
[
"6012"
,
l_mm
(60.0),
l_mm
( 95),
l_mm
(18.0)],
124
[
"6013"
,
l_mm
(65.0),
l_mm
( 100),
l_mm
(18.0)],
125
[
"6200"
,
l_mm
(10.0),
l_mm
( 30),
l_mm
( 9.0)],
126
[
"6201"
,
l_mm
(12.0),
l_mm
( 32),
l_mm
(10.0)],
127
[
"6202"
,
l_mm
(15.0),
l_mm
( 35),
l_mm
(11.0)],
128
[
"6203"
,
l_mm
(17.0),
l_mm
( 40),
l_mm
(12.0)],
129
[
"6204"
,
l_mm
(20.0),
l_mm
( 47),
l_mm
(14.0)],
130
[
"6205"
,
l_mm
(25.0),
l_mm
( 52),
l_mm
(15.0)],
131
[
"6206"
,
l_mm
(30.0),
l_mm
( 62),
l_mm
(16.0)],
132
[
"6207"
,
l_mm
(35.0),
l_mm
( 72),
l_mm
(17.0)],
133
[
"6208"
,
l_mm
(40.0),
l_mm
( 80),
l_mm
(18.0)],
134
[
"6209"
,
l_mm
(45.0),
l_mm
( 85),
l_mm
(19.0)],
135
[
"6210"
,
l_mm
(50.0),
l_mm
( 90),
l_mm
(20.0)],
136
[
"6300"
,
l_mm
(10.0),
l_mm
( 35),
l_mm
(11.0)],
137
[
"6301"
,
l_mm
(12.0),
l_mm
( 37),
l_mm
(12.0)],
138
[
"6302"
,
l_mm
(15.0),
l_mm
( 42),
l_mm
(13.0)],
139
[
"6900"
,
l_mm
(10.0),
l_mm
( 22),
l_mm
( 6.0)]
140
];
141
142
//! @}
143
//! @}
144
145
//----------------------------------------------------------------------------//
146
// openscad-amu auxiliary scripts
147
//----------------------------------------------------------------------------//
148
149
/*
150
BEGIN_SCOPE table;
151
BEGIN_OPENSCAD;
152
include <omdl-base.scad>;
153
include <database/component/bearing/radial_ball.scad>;
154
155
// temporary override for table presentation.
156
// function l_mm(v) = round_s(length(v,"mm"), 4);
157
158
length_unit_base = "mm";
159
160
n = true; // number
161
hi = true; // include heading id
162
ht = true; // include heading description
163
164
tr = dtr_bearing_radial_ball;
165
tc = dtc_bearing_radial_ball;
166
167
table_write( tr, tc, number=n, heading_id=hi, heading_text=ht );
168
169
// end_include
170
END_OPENSCAD;
171
172
BEGIN_MFSCRIPT;
173
include --path "${INCLUDE_PATH}" {var_init,var_gen_term}.mfs;
174
include --path "${INCLUDE_PATH}" scr_make_mf.mfs;
175
END_MFSCRIPT;
176
END_SCOPE;
177
*/
178
179
//----------------------------------------------------------------------------//
180
// end of file
181
//----------------------------------------------------------------------------//
dtc_bearing_radial_ball
dtc_bearing_radial_ball
Definition:
radial_ball.scad:285
dtr_bearing_radial_ball
dtr_bearing_radial_ball
Definition:
radial_ball.scad:295
l_mm
function l_mm(v)
Shorthand length conversion for millimeters.
database
component
bearing
radial_ball.scad
Generated on Thu Nov 14 2024 11:12:08 for omdl by
doxygen
with
openscad-amu