1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-24 21:11:42 +02:00

Updated Using the SD Card (markdown)

bdring
2018-08-18 17:45:28 -05:00
parent 47a87c40d7
commit 6054cdc719

@@ -18,7 +18,7 @@ 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.
There are a few naming restrictions because of how grbl strips out characters. I'll need to post those rules or figure out a way around that.
**$FM**