[2.0.x] Fix Anycubic Kossel with Probe V1, stuck LCD message after stow (#11929)

This commit is contained in:
Hannes Brandstätter-Müller
2018-09-27 19:23:53 +02:00
committed by Scott Lahteine
parent dc11131656
commit 0b602ae101
2 changed files with 3 additions and 7 deletions

View File

@ -431,7 +431,7 @@ bool set_probe_deployed(const bool deploy) {
BUZZ(100, 698);
const char * const ds_str = deploy ? PSTR(MSG_MANUAL_DEPLOY) : PSTR(MSG_MANUAL_STOW);
lcd_setalertstatusPGM(ds_str);
lcd_setstatusPGM(ds_str);
serialprintPGM(ds_str);
SERIAL_EOL();