Avoids to have to recalibrate the delta_height after a z_offset change
@ -8488,6 +8488,10 @@ inline void gcode_M503() {
#else
UNUSED(no_babystep);
#endif
#if ENABLED(DELTA) // correct the delta_height
home_offset[Z_AXIS] -= diff;
}
last_zoffset = zprobe_zoffset;