Generating Cycloidal Gears for 3D Printing
Sunny Daniels

TL;DR
This paper presents an algorithm and implementation for generating polygonal approximations of cycloidal gears suitable for 3D printing, addressing the challenge of accurately modeling gear tooth addenda.
Contribution
It introduces a novel algorithm and discusses an improved method using a priority queue for automatically determining gear tooth shapes.
Findings
Octave implementation demonstrates effective gear shape approximation
Proposed solution improves automatic determination of generating wheel angles
Algorithm enables customizable resolution for gear modeling
Abstract
(Shortened version of abstract in article itself) This article describes an algorithm for producing, for any desired resolution and any desired numbers of wheel and pinion teeth, polygonal approximations to the shapes of a pair of cycloidal gears that mesh correctly. An Octave implementation of the algorithm, mostly written in 2014, is included. The Octave implementation contains a (crude, but evidently adequate, at least for reasonable numbers of wheel and pinion teeth) solution of the problem of iteratively finding the generating wheel angle corresponding to the tips of the tooth addenda. However, this Octave implementation does not contain a good solution to the problem of automatically determining the generating wheel angles required to produce a polygon which approximates the curved addenda to a resolution specified by the user. A proposed better solution to this problem,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Manufacturing Process and Optimization · Advanced Numerical Analysis Techniques
