Skip to content

Commit 5b65444

Browse files
authored
Merge pull request #13 from formless63/patch-1
Switch to G27 in abort print option
2 parents b218118 + 1ed291c commit 5b65444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/Configuration_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@
11841184

11851185
//#define MENU_ADDAUTOSTART // Add a menu option to run auto#.g files
11861186

1187-
#define EVENT_GCODE_SD_ABORT "G28XY\nM84" // G-code to run on SD Abort Print (e.g., "G28XY" or "G27")
1187+
#define EVENT_GCODE_SD_ABORT "G27\nM84" // G-code to run on SD Abort Print (e.g., "G28XY" or "G27")
11881188

11891189
#if ENABLED(PRINTER_EVENT_LEDS)
11901190
#define PE_LEDS_COMPLETED_TIME (30*60) // (seconds) Time to keep the LED "done" color before restoring normal illumination

0 commit comments

Comments
 (0)