The current types supported are in this code line.
char fileTypes[FILETYPECOUNT][8] = {".NC", ".TXT", ".GCODE"};
“.TAP” and “.NGC” are also common types that should be added.
Thanks Colin G
The current types supported are in this code line.
char fileTypes[FILETYPECOUNT][8] = {".NC", ".TXT", ".GCODE"};
“.TAP” and “.NGC” are also common types that should be added.
Thanks Colin G
#1 – bdring 于 2018-09-21
completed