Check if clicky probe is attached on startup
-
I would like to include a check at the beginning of some routines to see if the klicky probe is attached to the hot end and if it is ignore any commands to execute a deploy probe that follows. I believe that "if sensors.probes[0].value[0] == 0" is the right command for the test. I am not very knowledgeable on Python so I don't know what commands to add in the lines after that to tell the system not to deploy the probe again and just proceed as it already attached. This is not a situation that would occur very often.
If anyone has ideas to that it would be appreciated. Thanks
-