From 47a87c40d7412479e3cb089adb555bae289e5678 Mon Sep 17 00:00:00 2001 From: bdring Date: Sat, 18 Aug 2018 16:20:14 -0500 Subject: [PATCH] Updated Using the SD Card (markdown) --- Using-the-SD-Card.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-the-SD-Card.md b/Using-the-SD-Card.md index e66f2b3..753cdd0 100644 --- a/Using-the-SD-Card.md +++ b/Using-the-SD-Card.md @@ -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.