mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-12 17:27:55 -06:00
parent
e6a61acc01
commit
85495805e2
285 changed files with 855 additions and 0 deletions
|
@ -1593,6 +1593,9 @@
|
|||
* Endstops must be activated for this option to work.
|
||||
*/
|
||||
//#define SD_ABORT_ON_ENDSTOP_HIT
|
||||
#if ENABLED(SD_ABORT_ON_ENDSTOP_HIT)
|
||||
//#define SD_ABORT_ON_ENDSTOP_HIT_GCODE "G28XY" // G-code to run on endstop hit (e.g., "G28XY" or "G27")
|
||||
#endif
|
||||
|
||||
//#define SD_REPRINT_LAST_SELECTED_FILE // On print completion open the LCD Menu and select the same file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue