For us running any from of direct nozzle z probing it would be nice to have a feature similar to the one klipper has. Where one can set the max hotend temp for probing, so we avoid wearing out or downright destroying the printsurface.
If the hotend temp is above the specified temp, it will get temporary lowered to the desired value, and once the probing is completed it returns to the temp it had before probing.
I've made a work around for this with using deploy/retractprobe.g
together with some other files that saves the pre-probing temp and and a global that goes true while probing, and false after probing tohrestores the initial temp point.
But it would be nice to have this baked in as a feature in RRF. Maybe as an new parameter for G31
or something like that?