2015-05-03 (Su) Miscellaneous 3D Printed Gears COMPLETED

Code for modeling mechanical gears was written which required minimal inputs. The goal was to have a file which could be used to generate gears compatible with one another and minimal fuss. Initially the goal was to have rounded teeth but the shape would have been complex and the math would have been much more complex. For this version only triangular teeth are used. Gear modeling was more of a thought exercise than a necessity since other modules must exist. Fortunately the specifics of this module are clear to me so printing gears in the future should be simple.

Animations were made showing the length of the code and the flexibility of the gear module. The frames were made by incrementing or decrementing one variable at a time and varying the base gear which has five spokes. In OpenSCAD it is mean to be called with the "use" or "include" commands. The file was made public.
No rendered version is offered since it it meant to be a module capable of creating many gears rather than a single rendered model. In order the user can choose:
  • Gear Thickness
  • Effective radius (halfway between gear trough and peak)
  • Teeth per millimeter*
  • Depth of teeth*
  • Socket radius at hub (where you would put an axle)
  • Number of spokes (0 for solid)
*These two must match when rendering different gears if they are to mate

Animation of code
 Options which can be changed on gear

Simple arrangement with gears


OpenSCAD code for gears

Animation
I didn't use my index finger because my fingernail was reallllllllly long

More posts like this one have been arranged by date.

Completed projects from year 1.
Completed projects from year 2.


This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information in this blog, or linked by this blog, are not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim claim property or assets based on their post.

This blog, including pictures and text, is copyright to Brian McEvoy.

2015-04-03 (F)

Comments