Skip to content

Commit bd3ecc3

Browse files
authored
1 parent f516c9e commit bd3ecc3

File tree

1 file changed

+1
-1
lines changed
  • Marlin/src/gcode/bedlevel/abl

1 file changed

+1
-1
lines changed

Marlin/src/gcode/bedlevel/abl/G29.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ G29_TYPE GcodeSuite::G29() {
718718

719719
#endif // AUTO_BED_LEVELING_3POINT
720720

721-
ui.reset_status();
721+
TERN_(HAS_STATUS_MESSAGE, ui.reset_status());
722722

723723
// Stow the probe. No raise for FIX_MOUNTED_PROBE.
724724
if (probe.stow()) {

0 commit comments

Comments
 (0)