Option to leave heaters set on SD abort (#14251)

This commit is contained in:
Kaushik Vemparala 2019-06-11 00:57:55 -04:00 committed by Scott Lahteine
parent 892f0e75ea
commit c88d9ae282
81 changed files with 245 additions and 1 deletions

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -1131,6 +1131,7 @@ void loop() {
for (;;) { for (;;) {
#if ENABLED(SDSUPPORT) #if ENABLED(SDSUPPORT)
card.checkautostart(); card.checkautostart();
if (card.flag.abort_sd_printing) { if (card.flag.abort_sd_printing) {
@ -1142,7 +1143,9 @@ void loop() {
clear_command_queue(); clear_command_queue();
quickstop_stepper(); quickstop_stepper();
print_job_timer.stop(); print_job_timer.stop();
#if DISABLED(SD_ABORT_NO_COOLDOWN)
thermalManager.disable_all_heaters(); thermalManager.disable_all_heaters();
#endif
thermalManager.zero_fan_speeds(); thermalManager.zero_fan_speeds();
wait_for_heatup = false; wait_for_heatup = false;
#if ENABLED(POWER_LOSS_RECOVERY) #if ENABLED(POWER_LOSS_RECOVERY)
@ -1152,6 +1155,7 @@ void loop() {
enqueue_and_echo_commands_P(PSTR(EVENT_GCODE_SD_STOP)); enqueue_and_echo_commands_P(PSTR(EVENT_GCODE_SD_STOP));
#endif #endif
} }
#endif // SDSUPPORT #endif // SDSUPPORT
if (commands_in_queue < BUFSIZE) get_available_commands(); if (commands_in_queue < BUFSIZE) get_available_commands();

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -976,6 +976,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -980,6 +980,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -905,6 +905,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -976,6 +976,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -976,6 +976,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -905,6 +905,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -973,6 +973,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -985,6 +985,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -974,6 +974,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
#define SCROLL_LONG_FILENAMES #define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -970,6 +970,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -971,6 +971,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -972,6 +972,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.

View File

@ -973,6 +973,9 @@
// Enable this option to scroll long filenames in the SD card menu // Enable this option to scroll long filenames in the SD card menu
//#define SCROLL_LONG_FILENAMES //#define SCROLL_LONG_FILENAMES
// 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. * This option allows you to abort SD printing when any endstop is triggered.
* This feature must be enabled with "M540 S1" or from the LCD menu. * This feature must be enabled with "M540 S1" or from the LCD menu.