mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-12 09:17:55 -06:00
Add PE_LEDS_COMPLETED_TIME
This commit is contained in:
parent
7848147841
commit
1fa18eb025
142 changed files with 569 additions and 1 deletions
|
@ -1049,6 +1049,10 @@
|
|||
|
||||
#define EVENT_GCODE_SD_STOP "G27" // G-code to run on Stop 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
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Continue after Power-Loss (Creality3D)
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue