January 6, 2025
Description
The modules defined by this library are:
use <invol-spur-gear.scad>;
invol_spur_gear(n_teeth= 15,
width= 9.0,
mm_per_tooth= mm_per_tooth__gear_pitch_32(),
pressure_angle= 23.5);
In all of these cases this code library generates a single polyhedron which has no cuts or intersections. Therefore this code performs extremely well with respect to rendering and with respect to CSG operations, in OpenSCAD. Final shaping (such as bore hole) is the responsibility of the end-user. Gear dimensions etc. are available through a multitude of API functions written specifically for that purpose. Extensive sample code is included at the bottom of SCAD file; it's the code which was used to generate the animated GIF images. Thanks for stopping by. Please leave a comment and like.
invol_spur_gear()
invol_helical_gear()
invol_internal_spur_gear_plug()
invol_internal_helical_gear_plug()
invol_gear_rack()
License:
Creative Commons - Public Domain Dedication