force M422R after adjusting probe offsets

This commit is contained in:
InsanityAutomation
2023-04-13 19:59:05 -04:00
parent d347e6ab22
commit 3eb7bc37b8
@@ -1382,9 +1382,12 @@ void RTSSHOW::RTS_HandleData()
#if HAS_BED_PROBE
else if (recdat.addr == ProbeOffset_X) {
setProbeOffset_mm(tmp_float_handling, X);
injectCommands_P(PSTR("M422R"));
}
else if (recdat.addr == ProbeOffset_Y) {
setProbeOffset_mm(tmp_float_handling, Y);
injectCommands_P(PSTR("M422R"));
}
else if (recdat.addr == ProbeOffset_Z) {
setProbeOffset_mm(tmp_float_handling, Z);