recovery from "Stop()"

This commit is contained in:
MRprusa3d 2019-05-18 21:28:59 +02:00
parent 7ff50e966d
commit a408f90659
2 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@ void CardReader::startFileprint()
{
sdprinting = true;
paused = false;
Stopped = false;
#ifdef SDCARD_SORT_ALPHA
//flush_presort();
#endif

View File

@ -161,6 +161,7 @@ private:
void flush_presort();
#endif
};
extern bool Stopped;
extern CardReader card;
#define IS_SD_PRINTING (card.sdprinting)