Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and Jeremy Fairbanks committed Jul 18, 2022
1 parent 4cc508a commit 6210c4a
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 @@ -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()) {
Expand Down

0 comments on commit 6210c4a

Please sign in to comment.