Request only specific properties from /machine/Status?
-
I'm working on getting some data from my Duet into another system, it's working but the route
GET /machine/Status
is returning the whole object model, which (if sent by the slicer) includes Base64 encoded thumbnails (yeah there's two) if the current job.Is there a route which does not include that or where I can request specific properties?
I know I could use the ws but to do that I would have to write a plugin which I for the time being I do not feel like doing.
-
@Reine Some settings are directly available by typing in (sending) the M-code without parameters.
-
@Reine you can query individual keys see:
https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests#get-rr_model