Prevent timeout when printing from SD with USB host connected
This commit is contained in:
parent
c3b7b5ebb5
commit
14b72d2b46
|
|
@ -1753,7 +1753,7 @@ void loop()
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef FANCHECK
|
#ifdef FANCHECK
|
||||||
if ((saved_printing_type == PRINTING_TYPE_USB) && fan_check_error)
|
if (fan_check_error)
|
||||||
{
|
{
|
||||||
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