commit
098c0979ba
@ -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 New Issue
Block a user