expected probe state to be deployed but is stowed (1) on start of print
Just added the klicky to my RR 3.1 500 and the klicky does everything fine. Z home, z tikt, bed mesh, stow and deploy. When I print I get the above error after the inital home and heating before print, extruder moves to do the pre print blob and the error comes.
The probe is infact attached as this point. I would of expected it to detect before it does the blob and I think that is the error
Solution
Solved it. There is a bug in the adaptive mesh "[gcode_macro PROBE_FOR_PRIMING]" line 105 - "{% set z = printer.configfile.settings.bed_mesh.horizontal_move_z|float %}" where it doesn't account for the probe z offset. The config for my machine has a horizontal_move_z set to 5 and my probe offset is also about 5. For my fix I added "horizontal_move_z: 10" to the [bed_mesh] section (add section if not there)