|
|
@ -438,7 +438,9 @@ void startOrResumeJob() {
|
|
|
|
|
|
|
|
|
|
|
|
case 4: // Display "Click to Continue..."
|
|
|
|
case 4: // Display "Click to Continue..."
|
|
|
|
#if HAS_RESUME_CONTINUE // 30 min timeout with LCD, 1 min without
|
|
|
|
#if HAS_RESUME_CONTINUE // 30 min timeout with LCD, 1 min without
|
|
|
|
did_state = queue.enqueue_one_P(PSTR("M0Q1S" TERN(HAS_LCD_MENU, "1800", "60")));
|
|
|
|
did_state = queue.enqueue_one_P(
|
|
|
|
|
|
|
|
print_job_timer.duration() < 60 ? PSTR("M0Q1P1") : PSTR("M0Q1S" TERN(HAS_LCD_MENU, "1800", "60"))
|
|
|
|
|
|
|
|
);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|