Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and LCh-77 committed Mar 15, 2022
1 parent c427eed commit 8f15c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/bedlevel/abl/G29.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,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()) {
Expand Down

0 comments on commit 8f15c11

Please sign in to comment.