Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 839 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 839 Bytes

prusa-connect-camera-script

prusa-connect-cam

Linux shell script to send still camera images to Prusa Connect

Documentation

See docs here for:

  • feature list
  • requirements
  • general step-by-step install
  • example configs
  • advanced tweaks

Development

Those are generally notes to myself :)

Docs

Preview documentation locally

pip install -r requirements.txt
mkdocs serve

Auto-published by github action when pushed to master.

Code commits

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

Docker container build

make quay
make quay_multiarch