
I would be glad to share my files with you if I had an email to send them to. I’m taking the Addendum as 10 / PI in my example. However am I right to assume that the involute offset should be equal to ((addendum * (1 + offset )) – addendum) * SIN 20° When I create the geometry using Excel again they don’t overlay. Again analysing your output geometry for the data above, then again after adding a 0.5 offset, the overlay shows a perfectly offset involute profile which I expected to see. Am I missing something? This is all new to me. 14.955672 This is the value plugged into the Excel equation. Would you have any idea why? For the data as mentioned, I have calculated the radius of the base circle as (10 * 10) / (2 * PI) * COS 20°, i.e. When I take the following random values a pitch of 10, then a pressure angle of 20°, then set the pinion and gear teeth both at 10, leaving all other parameters at zero, then generate a high quality DXF, then overlay the geometry on top of an involute generated in Excel from the basic involute equation, the two don’t overlay precisely. Jakob Flierl created a nodejs command line version of my online generator: Īuthor Dr Rainer Hessmer Posted on JanuSeptemCategories Gears, Horology Tags involute.
#GEAR TEMPLATE GENERATOR DOWNLOAD FREE GENERATOR#


All of this is accomplished by leveraging the ‘Constructive Area Construction’ capabilities of the csg.js library which is part of OpenJsCad. The complete gear is then assembled by mirroring and rotating the half tooth. In reality the code simulates only one rack tooth and calculates the tooth profile of half a tooth of the matching gear.

The code simulates this movement in steps and then for each step subtracts the shape of the rack from the gear.įor illustration purposes the figure below has been calculated based on very coarse steps and only shows two teeth of the rack. When the rack is moved to the right the gear needs to rotate clockwise so that a point on the pitch circle of the gear moves with the same speed as the rack. In the figure below the rack is shown at the top. The advantage of the infinite gear is that it has a very simple trapezoidal tooth form solely defined by the addendum height and the pressure angle. The code behind the online involute spur gear builder determines the tooth profile by simulating how a gear with infinite radius (aka rack) would cut into a smaller gear as discussed by Michal Zalewki.
#GEAR TEMPLATE GENERATOR DOWNLOAD FREE HOW TO#
If the undercuts are ignored the resulting gears will jam if machined and assembled precisely. For an elegant description of the issue including a recipe for how to graphically create correct spur gears see Michal Zalewski’s corresponding section in part six of his excellent Guerrilla guide to CNC machining, mold making, and resin casting series. However, I have not found a freely available tool that correctly caters for undercuts that occur for smaller tooth counts (around 10 or less): An involute curve is fairly easy to calculate and quite a number of freely available tools and scripts exist that use this fact to create involute gear profiles (see e.g., Gear template generator, Parametric Involute Bevel and Spur Gears, OpenJsCad’s gear demo, and many more). Still here and interested in some background? Perfect! Involute gears are by far the most commonly used gears today. For information about version 2 see this post. UPDATE: This post refers to an old version. For the impatient: Just head over to the Online Involute Spur Gear Builder page.
