Hey! This thing is still a Work in Progress.
Files, instructions, and other stuff might change!
Spur Gear Fitter Script
Description
I've been working with Greg Frost's gear generator. Getting the gears to mesh requires some math, or trial and error. As a programmer, I don't like doing either one more than once. :-)
This script lets you specify the axle spacing and gear ratio and get the circular_pitch parameter. It simplifies fitting gears together.
This script lets you specify the axle spacing and gear ratio and get the circular_pitch parameter. It simplifies fitting gears together.
Instructions
This is a library. To use it, include it in your own OpenSCAD creation. There are two functions you'll need. The included example_gears module demonstrates their use.
gear_outer_radius lets you compute the meshing radius of a gear, given its parameters. You'll need this to translate the gears into position.
fit_spur_gears computes the circular pitch for Greg's script.
gear_outer_radius lets you compute the meshing radius of a gear, given its parameters. You'll need this to translate the gears into position.
fit_spur_gears computes the circular pitch for Greg's script.
Collections
OpenSCAD libraries to organize in one location
by SirGeekALot
Tools and software
by bbulzak
Things to Make
by Engineer247
License
Spur Gear Fitter Script by cbiffle is licensed under the Attribution - Share Alike - Creative Commons license.

You must be logged in to post a comment.