Linux shell script to send still camera images to Prusa Connect
See docs here for:
- feature list
- requirements
- general step-by-step install
- example configs
- advanced tweaks
Those are generally notes to myself :)
Preview documentation locally
pip install -r requirements.txt
mkdocs serve
Auto-published by github action when pushed to master.
ensure to have pre-commit installed.
npm install -g markdown-link-check
pip install pre-commit
pre-commit install
git add .
pre-commit run --all
make quay
make quay_multiarch