Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and tomek2k1 committed Jan 13, 2023
1 parent 9214e0e commit 478510f
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 478510f

Please sign in to comment.