recovery from "Stop()"
This commit is contained in:
parent
7ff50e966d
commit
a408f90659
2 changed files with 2 additions and 0 deletions
|
@ -242,6 +242,7 @@ void CardReader::startFileprint()
|
|||
{
|
||||
sdprinting = true;
|
||||
paused = false;
|
||||
Stopped = false;
|
||||
#ifdef SDCARD_SORT_ALPHA
|
||||
//flush_presort();
|
||||
#endif
|
||||
|
|
|
@ -161,6 +161,7 @@ private:
|
|||
void flush_presort();
|
||||
#endif
|
||||
};
|
||||
extern bool Stopped;
|
||||
extern CardReader card;
|
||||
#define IS_SD_PRINTING (card.sdprinting)
|
||||
|
||||
|
|
Loading…
Reference in a new issue