No description
Find a file
2025-12-10 15:35:25 +01:00
doc animation 2025-12-10 15:35:25 +01:00
.gitattributes animation 2025-12-10 15:35:25 +01:00
gearbox.py animation 2025-12-10 15:35:25 +01:00
README.md animation 2025-12-10 15:35:25 +01:00
requirements.txt init 2025-12-10 12:25:31 +01:00

Cycloidal gearbox with openSCAD

gearbox animation

Install openSCAD and turn on auto-reload

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

To watch file for changes run the following

watchmedo shell-command -w -c "python gearbox.py && echo render" gearbox.py --debug-force-polling