Install openSCAD and turn on auto-reload
openSCAD
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