Gears can be generated from the command line. The following example will generate a 48-pitch, 32-tooth, 20-degree pressure angle gear and export it as a DXF: python gear.py -n 32 -p 48 -a 20 -d ...
This is yet another Gear Generator for Fusion 360. I know there are a bunch of other tools to do this, I wrote this to scratch my itch, which were: Source code legibility - I at least wanted to have ...