This commit is contained in:
ellensp 2022-03-12 03:51:25 +13:00 committed by Scott Lahteine
parent 56955c179d
commit b045c91f26

View File

@ -718,7 +718,7 @@ G29_TYPE GcodeSuite::G29() {
#endif // AUTO_BED_LEVELING_3POINT
ui.reset_status();
TERN_(HAS_STATUS_MESSAGE, ui.reset_status());
// Stow the probe. No raise for FIX_MOUNTED_PROBE.
if (probe.stow()) {