Fix build failure
Another isPrintPaused was added by rebase
This commit is contained in:
parent
60cb089e96
commit
134e892d8e
|
|
@ -631,7 +631,7 @@ void crashdet_detected(uint8_t mask)
|
||||||
|
|
||||||
void crashdet_recover()
|
void crashdet_recover()
|
||||||
{
|
{
|
||||||
if (!isPrintPaused) crashdet_restore_print_and_continue();
|
if (!print_job_timer.isPaused()) crashdet_restore_print_and_continue();
|
||||||
if (lcd_crash_detect_enabled()) tmc2130_sg_stop_on_crash = true;
|
if (lcd_crash_detect_enabled()) tmc2130_sg_stop_on_crash = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue