Fix pause/resume SD print

Followup to #12551, addressing #12566
This commit is contained in:
Scott Lahteine
2018-11-30 19:22:56 -06:00
parent 2224a4d61a
commit 261c6f4b96
6 changed files with 18 additions and 22 deletions

View File

@ -54,8 +54,8 @@
#else
card.startFileprint();
print_job_timer.start();
ui.reset_status();
#endif
ui.reset_status();
}
void lcd_sdcard_stop() {