Simple Gear Example-Inkscape to Openscad by mizliz 3d model
3dmdb logo
Thingiverse
Simple Gear Example-Inkscape to Openscad by mizliz

Simple Gear Example-Inkscape to Openscad by mizliz

by Thingiverse
Last crawled date: 3 years ago
This example is based on the following resources:http://blog.makezine.com/archive/2010/06/make-your-own-gears.htmlhttp://repraprip.blogspot.com/2011/05/inkscape-to-openscad-dxf-tutorial.htmlhttp://www.iheartrobotics.com/search/label/OpenSCADGear basics
If you know any two things about gears—outer diameter and number of teeth—you can use some simple equations to find everything else you need to know, including the correct center distance between them.
Number of Teeth (N)
How many teeth are there in the gear
Pitch Diameter (D):
The circle on which two gears effectively mesh, about halfway through the tooth. The pitch diameters of two gears will be tangent when the centers are spaced correctly.
Diametral Pitch (P):
The number of teeth per inch of the circumference of the pitch diameter. Think of it as the density of teeth—the higher the number, the smaller and more closely spaced the teeth on a gear. Common diametral pitches for hobby-size projects are 24, 32, and 48. The diametral pitch of all meshing gears must be the same.
Circular Pitch (p) = pi / P:

The length of the arc between the center of one tooth and the center of a tooth next to it. This is just pi (ï€ = 3.14) divided by the diametral pitch (P). Although rarely used to identify off the shelf gears, you may need this parameter when modeling gears in 2D and 3D software like we're doing here. As with diametral pitch, the circular pitch of all meshing gears must be the same.

Outside Diameter (Do):
The biggest circle that touches the edges of the gear teeth. You can measure this using a caliper like Sparkfun.com's # TOL-00067.
Note: Gears with an even number of teeth are easiest to measure, since each tooth has another tooth directly across the gear. On a gear with an odd number of teeth, if you draw a line from the center of one tooth straight through the center across the gear, the line will fall between two teeth. So, just be careful using outside diameter in your calculations if you estimated it from a gear with an odd number of teeth.
Center Distance (C):
Half the pitch diameter of the first gear plus half the pitch diameter of the second gear will equal the correct center distance. This spacing is critical for creating smooth running gears.
Pressure Angle:
The angle between the line of action (how the contact point between gear teeth travels as they rotate) and the line tangent to the pitch circle. Standard pressure angles are, for some reason, 14.5&Acir;° and 20°. A pressure angle of 20° is better for small gears, but it doesn't make much difference. It's not important to understand this parameter, just to know that the pressure angle of all meshing gears must be the same.
Addendum:
how much the tooth protudes beyond the pitch radius

Dedendum:
how deep goes the tooth before any fillet take place


Pressure angle:
The angle between the radial direction and the tangent to the tooth at the pitch circle. 20 is a good value.
Some Rules
The value of the base circle is based on pressure angle.
1.The smaller the pressure angle, the smaller the base radius
2. The addendum must be less than the dedendum
3. The dedendum must be more than the difference between the pitch and the base radius.

All of these gear parameters relate to each other with simple equations.
To Get
You Have
Equation
Diametrical Pitch(P)
Number of teeth per unit length
Circular Pitch(p)

Number of Teeth(N) & Pitch Diameter(D)

Number of Teeth(N) & Outside Diameter (Do)
P=Ï€/p
P=N/D
P=(N+2)/Do(approx)

Circular Pitch(p)Length of the arc from one tooth to the next
Diametrical Pitch (P)
p=Ï€/P
Pitch Diameter(D)
Number of Teeth(N) & Diametrical Pitch(P)
Outside Diameter (Do)
&Diametrical Pitch(P)

D=N/P
D=Do-2/P
Number of Teeth(N)
Diametrical Pitch(P) & Pitch Diameter(D)
N=P*D
Center Distance(CD)
Pitch Diameter(D)
Number of Teeth(N) & Diametrical Pitch(P)


CD=(D1+D2)/2CD=(N1+N2)/2P

Tags