j7126/OctoPrint-Dashboard

Retrieve Values via JSON

Opened this issue · 1 comments

I am writing an application which will show job temperatures and progress.

The dashboard shows bed/tool temperatures, job progress (layer x of y), and it also shows how much of the layer has been printed.

Is there a way to get this information via a web call? Maybe return a JSON with the information?

Thanks

probably not exactly what you are after, but you could connect to octoprint's main sock.js websocket to capture the data.