Hi,
I am interested in integrating the Duet's status in Cura's monitor tab.
I'm looking at exposing most of the functions from the DWC to Cura.
What I got so far is that DWC sends HTTP GET and POST requests to ReprapFirmware and diplays it through a web interface.
Efficiency-wise it probably wouldn't make much sense to scrape the values from the interface and display them in Cura, but rather query them the same way the web interface does it.
So far, DWC's list of HTTP requests lists the requests currently used by the web interface, so I wanted to know whether there is a list of ALL requests that the RRfirmware supports? I found this list, but is this all?
Also, do I need to constantly re-load/"re-poll" frequently changing values, such as eg the extruder tempt? Or is there an easier way of keeping the displayed values up-to-date?
Thanks for all the input,
-h