set SD file delete to M30; switch printime output to M31

This commit is contained in:
Christian Thalhammer
2012-03-03 21:58:12 +01:00
parent 5f3a422e68
commit fde51084f3
3 changed files with 75 additions and 4 deletions

View File

@ -17,6 +17,7 @@ public:
void checkautostart(bool x);
void openFile(char* name,bool read);
void removeFile(char* name);
void closefile();
void release();
void startFileprint();
@ -99,4 +100,4 @@ public:
FORCE_INLINE uint8_t percentDone(){return 0;};
};
#endif //SDSUPPORT
#endif
#endif