mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-25 13:29:15 +02:00
Updated Using the SD Card (markdown)
@@ -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"};
|
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**
|
**$FM**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user