List of variables
-
hello. I wanted the printer to emit a signal when successfully connected to a wi-fi network. I know about how to do it. But I don't know where to look for triggers that would trigger these actions. Where can I find a list of variables on printer/firmware events and states? Sorry, I'm just learning RRF
-
Is this data taken from the so-called "object model"?
https://github.com/Duet3D/RepRapFirmware/wiki/Object-Model-Documentation
Am I on the right way? -
-
Have a look here as well
https://duet3d.dozuki.com/Wiki/GCode_Meta_Commands
Using the object model to get the state of the printer and conditional gcode to check it on a regular interval in the daemon.g file would probably get you what you want.