No description
Find a file
2026-02-04 20:19:57 +01:00
doc animation 2025-12-10 15:35:25 +01:00
.gitattributes animation 2025-12-10 15:35:25 +01:00
.gitignore first version printed and works 2026-02-04 20:19:57 +01:00
gearbox.py first version printed and works 2026-02-04 20:19:57 +01:00
README.md animation 2025-12-10 15:35:25 +01:00
requirements.txt first version printed and works 2026-02-04 20:19:57 +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