Browse Source

Return to status to show manual deploy/stow messages (#12324)

pull/1/head
Hannes Brandstätter-Müller 6 years ago
committed by Scott Lahteine
parent
commit
67b22760d9
  1. 3
      Marlin/src/module/probe.cpp

3
Marlin/src/module/probe.cpp

@ -370,7 +370,8 @@ FORCE_INLINE void probe_specific_action(const bool deploy) {
BUZZ(100, 698);
PGM_P const ds_str = deploy ? PSTR(MSG_MANUAL_DEPLOY) : PSTR(MSG_MANUAL_STOW);
lcd_setstatusPGM(ds_str);
lcd_return_to_status(); // To display the new status message
lcd_setstatusPGM(ds_str, 99);
serialprintPGM(ds_str);
SERIAL_EOL();

Loading…
Cancel
Save