1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-25 05:21:48 +02:00

Updated Using the SD Card (markdown)

bdring
2018-08-18 16:20:14 -05:00
parent 919333d10c
commit 47a87c40d7

@@ -14,7 +14,9 @@ Show all the files. This is recursive and will search all subdirectories. Each f
...where \FOO.NC is the filename. including the directory. In this case the directory is the root. The number following the file name is the file size.
There is a filter for valid file types in grbl_sd.cpp
char fileTypes[FILE_TYPE_COUNT][8] = {".nc", ".txt", ".gcode"};
All filenames must be uppercase for now because Grbl only uses upper case.