OH!
They have added a safety feature that raises the Nozzle during homing, this is to prevent the nozzle from being dragged across the bed during homing.
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
This only happens if it is below a set distance above the bed, or it does not know how close it is to the bed.
They have added a safety feature that raises the Nozzle during homing, this is to prevent the nozzle from being dragged across the bed during homing.
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
This only happens if it is below a set distance above the bed, or it does not know how close it is to the bed.