Skip to content

DXF, STL and G-code files of involute gears (pressure angle 14.5° and 20.0°).

License

Notifications You must be signed in to change notification settings

koppi/involute-gear-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This collection contains dxf and stl files of involute gears

HOWTO create your own involute gear collection

download and prepare programs and libraries

$ sudo npm install -g involute-gear-generator
$ sudo apt-get -y install git python-pip
$ git clone https://github.com/koppi/involute-gear-collection
$ pip install ezdxf dxfgrabber
$ sudo apt-get -y install imagemagick openscad

Adjust bin/create-involute-gear-collection.sh and rerun update.sh:

$ editor bin/create-involute-gear-collection.sh
$ ./update.sh

warning

  • this is an early release
  • expect errors
  • do not use these gears for production

credits