Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 384 Bytes

3dprinterstatus

3d printer status page based on octoprint API

Features:

  • viewable on mobile
  • refreshes the data automatically without having to refresh the whole page (30 seconds)
  • server-side caching of the data so as not to overwhelm the Octoprint API's (1 minute)

Requirements:

  • php
  • git (for deployment script)
  • curl (for deployment script)
  • jq (for deployment script)