Current Object Model
-
I am interested in getting a "dump" of the current complete object model, mainly for information purposes and so I can start looking at conditional gcode.
If I try to get it through the console on DWC, with all the depths available, I seem to run out of characters on the console window.
Without messing about with websockets, is there another way for me to get the complete object model? The wiki page https://duet3d.dozuki.com/Wiki/Object_Model_of_RepRapFirmware doesn't seem to be up to date.My main machine runs on a duet 3 with RRF3.0.1-RC10 in SBC mode.
-
The easiest way to obtain it with an SBC attached is by opening http://duet3/machine/status. This will dump the full OM of RRF/DCS and with a modern browser it is even nicely formatted. The documentation will follow once RRF 3.01 stable is out.
-
Thanks @chrishamm Nice and simple answer.
@bearer or @Phaedrux
Could this get added to the wiki for M409? -
@chrishamm said in Current Object Model:
The easiest way to obtain it with an SBC attached is by opening http://duet3/machine/status. This will dump the full OM of RRF/DCS and with a modern browser it is even nicely formatted. The documentation will follow once RRF 3.01 stable is out.
That is so much nicer than poking around with M409.
-
@chrishamm This doesn't appear to work on a Duet 2 with
RepRapFirmware for Duet 2 WiFi/Ethernet 3.1.1 (2020-05-19b2).Is that expected?
-
@cjm I also get some 404 error when doing it with that controller/firmware. M409 does producte some output...
-
@cjm said in Current Object Model:
@chrishamm This doesn't appear to work on a Duet 2 with
RepRapFirmware for Duet 2 WiFi/Ethernet 3.1.1 (2020-05-19b2).Is that expected?
Yes since it's the Pi that is providing that data.