[FR] QGL-Ztilt improvment

Hello,

Feature details: on the first/second loop of QGL/ztilt z movement is higher, remaining loops the horizontal_move_z distance gets smaller. resulting in slightly faster QGL/Z_tilt

I’ve been reading though the code trying to implement the feature,
having a statement directly inside “quad_gantry_level.py” seems like it would work but doesn’t
I’ve managed to narrow it down to the adjustment would need to be made in “probe.py” as it seems like the coords are pre defined in “quad_gantry_level.py” and “Z_tilt.py” then get actioned in “probe.py”

any advice where/how to implement this feature?
thanks.