mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-17 19:57:49 -06:00
Option to leave heaters set on SD abort (#14251)
This commit is contained in:
parent
892f0e75ea
commit
c88d9ae282
81 changed files with 245 additions and 1 deletions
|
@ -972,6 +972,9 @@
|
|||
// Enable this option to 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
|
||||
|
||||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue