Order of starting with config.files
-
I am running a duet 2 with RepRap 3 firmware. When my machine start I would like to include a user dialogue item within the startup sequence. I have tried putting a dialogue in the config-user file, however the machine hangs without establishing a connection - I imagine that the config files run prior to a console connection being established. Is this correct?
Assuming that this is correct, what is the method for interrogating values in the object model, and performing a dialogue during the startup process, after communications have been established.
Any help appreciated. -
Perhaps you could use daemon.g to launch a macro after a certain amount of time after the startup.
-
Thanks for the reply. I'll try setting up a daemon.g file and macro.
-