Do not send useless keepalive messages after print is canceled from lcd
This commit is contained in:
parent
532d1fc4ae
commit
4d149f0dfa
|
|
@ -1753,7 +1753,7 @@ void loop()
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef FANCHECK
|
#ifdef FANCHECK
|
||||||
if (fan_check_error)
|
if (fan_check_error && isPrintPaused)
|
||||||
{
|
{
|
||||||
process_commands(); //used to process pausing
|
process_commands(); //used to process pausing
|
||||||
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue