Wath types of state in RRF3.3?
-
Please, how do I find out what types of states are possible in RRF3.3?
I managed to detect:
idle
busy
processing
pausedAre there others?
Thanks! -
@rodrigormaraujo Check out the object model description here: https://github.com/Duet3D/RepRapFirmware/wiki/Object-Model-Documentation#statestatus
-
@chrishamm
Wow, thank you very much, I didn't know this documentation yet! -
@rodrigormaraujo there's also a new state called "cancelling" in RRF 3.4.
-
I wish there was a "completed" state that way I could get a message sent when the printer goes to that state.
-
@thalios if you are printing from SD card and want to know whether it has finished, take a look at job.build or job.file.
-
@dc42 thank you!