Fix FANCHECK build error
This commit is contained in:
parent
c79bce010d
commit
2b4cf8d56e
|
|
@ -8160,9 +8160,11 @@ Sigma_Exit:
|
||||||
{
|
{
|
||||||
if (isPrintPaused)
|
if (isPrintPaused)
|
||||||
{
|
{
|
||||||
|
#ifdef FANCHECK
|
||||||
if((fan_check_error == EFCE_FIXED) || (fan_check_error == EFCE_OK))
|
if((fan_check_error == EFCE_FIXED) || (fan_check_error == EFCE_OK))
|
||||||
lcd_resume_print();
|
lcd_resume_print();
|
||||||
else
|
else
|
||||||
|
#endif //FANCHECK
|
||||||
SERIAL_PROTOCOLLNRPGM(MSG_OCTOPRINT_PAUSED); //inform octoprint of pause
|
SERIAL_PROTOCOLLNRPGM(MSG_OCTOPRINT_PAUSED); //inform octoprint of pause
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue