set SD file delete to M30; switch printime output to M31
This commit is contained in:
parent
5f3a422e68
commit
fde51084f3
3 changed files with 75 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue