0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-17 17:47:57 +00:00

Fix Sapphire Pro SD Abort G-code (#469)

This commit is contained in:
Bsoft2007 2021-04-14 08:24:06 +01:00 committed by GitHub
parent b86eb13275
commit 5d26da3a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1304,7 +1304,7 @@
//#define BROWSE_MEDIA_ON_INSERT // Open the file browser when media is inserted
#define EVENT_GCODE_SD_ABORT "G1 Z20\nG28XY" // G-code to run on SD Abort Print (e.g., "G28XY" or "G27")
#define EVENT_GCODE_SD_ABORT "G28XY" // G-code to run on SD Abort Print (e.g., "G28XY" or "G27")
#if ENABLED(PRINTER_EVENT_LEDS)
#define PE_LEDS_COMPLETED_TIME (30*60) // (seconds) Time to keep the LED "done" color before restoring normal illumination