Fix build failure

Another isPrintPaused was added by rebase
This commit is contained in:
Guðni Már Gilbert 2023-11-21 18:40:28 +00:00
parent 60cb089e96
commit 134e892d8e
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ void crashdet_detected(uint8_t mask)
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;
}