JMG1 / 5SGearBox

Gearbox model made just for fun
GNU General Public License v2.0
4 stars 1 forks source link

-- coding: utf-8 --

FreeCAD gearbox model

(c) 2015 Javier Martínez García

The files "AnimationScript.py" and "Gearbox" are under GPL V2.0 License. Refer to "LICENSE" file for further info.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++ RUN THE ANIMATION ++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

To animate the gearbox, open "Gearbox.fcstd" in FreeCAD and then make visible FreeCAD's python console and paste there the code of "AnimationScript.py". To stop the animation, type at the console: timer.stop()

It will run as a macro too, but then you will not be able to stop it.

Have fun!