Add C parameter to M27 to include the long filename
In answer to #10001 Add an option to retrieve the currently open file name (long filename if possible).
This commit is contained in:
committed by
Scott Lahteine
parent
2168d6ac25
commit
2e43438e0c
@@ -63,6 +63,11 @@ public:
|
||||
#endif
|
||||
);
|
||||
void printingHasFinished();
|
||||
void printFilename(
|
||||
#if NUM_SERIAL > 1
|
||||
const int8_t port = -1
|
||||
#endif
|
||||
);
|
||||
|
||||
#if ENABLED(LONG_FILENAME_HOST_SUPPORT)
|
||||
void printLongPath(char *path
|
||||
|
||||
Reference in New Issue
Block a user