Add SCROLL_LONG_FILENAMES advanced option

Based on #7637 by @marcio-ao
This commit is contained in:
Scott Lahteine
2017-10-18 20:26:19 -05:00
parent 259cf1b0b2
commit 91c5c2538a
35 changed files with 267 additions and 117 deletions

View File

@@ -541,6 +541,9 @@
// This allows hosts to request long names for files and folders with M33
//#define LONG_FILENAME_HOST_SUPPORT
// Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// This option allows you to abort SD printing when any endstop is triggered.
// This feature must be enabled with "M540 S1" or from the LCD menu.
// To have any effect, endstops must be enabled during SD printing.