SD Endstop Abort G-Code (#24461)

This commit is contained in:
ExtNeon
2022-08-06 23:37:03 +00:00
committed by Scott Lahteine
parent b02c3258b5
commit 7f2a836251
2 changed files with 7 additions and 0 deletions

View File

@@ -1589,6 +1589,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