LONG_FILENAME_WRITE_SUPPORT

MarlinFirmware/Marlin#23526
This commit is contained in:
Scott Lahteine 2022-01-18 00:51:18 -06:00
parent 747e89c232
commit 5dfecb1402
271 changed files with 2439 additions and 5149 deletions

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1535,33 +1535,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** #define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** #define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
#define SD_ABORT_ON_ENDSTOP_HIT #define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
#define SD_ABORT_ON_ENDSTOP_HIT #define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
#define SD_ABORT_ON_ENDSTOP_HIT #define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
#define SD_ABORT_ON_ENDSTOP_HIT #define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
#define SD_ABORT_ON_ENDSTOP_HIT #define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1530,33 +1530,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1519,33 +1519,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** #define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** #define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** #define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1534,33 +1534,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
#define UTF_FILENAME_SUPPORT #define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** #define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** #define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1528,33 +1528,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** #define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
#define SD_ABORT_ON_ENDSTOP_HIT #define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
#define SD_ABORT_ON_ENDSTOP_HIT #define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1527,33 +1527,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1527,33 +1527,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
#define UTF_FILENAME_SUPPORT #define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1527,33 +1527,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1527,33 +1527,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1527,33 +1527,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1527,33 +1527,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1527,33 +1527,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
#define UTF_FILENAME_SUPPORT #define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 #define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** #define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

View file

@ -1526,33 +1526,23 @@
// LCD's font must contain the characters. Check your selected LCD language. // LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT //#define UTF_FILENAME_SUPPORT
// This allows hosts to request long names for files and folders with M33 //#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_HOST_SUPPORT //#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
// Enable this option to scroll long filenames in the SD card menu //#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES
// Leave the heaters on after Stop Print (not recommended!) //#define SD_ABORT_NO_COOLDOWN // Leave the heaters on after Stop Print (not recommended!)
//#define SD_ABORT_NO_COOLDOWN
/** /**
* This option allows you to abort SD printing when any endstop is triggered. * Abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature is enabled with 'M540 S1' or from the LCD menu.
* To have any effect, endstops must be enabled during SD printing. * Endstops must be activated for this option to work.
*/ */
//#define SD_ABORT_ON_ENDSTOP_HIT //#define SD_ABORT_ON_ENDSTOP_HIT
/** //#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
* This option makes it easier to print the same SD Card file again.
* On print completion the LCD Menu will open with the file selected.
* You can just click to start the print, or navigate elsewhere.
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/** //#define AUTO_REPORT_SD_STATUS // Auto-report media status with 'M27 S<seconds>'
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/** /**
* Support for USB thumb drives using an Arduino USB Host Shield or * Support for USB thumb drives using an Arduino USB Host Shield or

Some files were not shown because too many files have changed in this diff Show more