mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 22:08:02 +00:00
🔧 No Sleep for CR-10 Stock Display (#24875)
This commit is contained in:
parent
256ac01ca2
commit
29294007ef
@ -3106,7 +3106,7 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
|
|||||||
* Display Sleep is not supported by these common displays
|
* Display Sleep is not supported by these common displays
|
||||||
*/
|
*/
|
||||||
#if HAS_DISPLAY_SLEEP
|
#if HAS_DISPLAY_SLEEP
|
||||||
#if ANY(IS_U8GLIB_LM6059_AF, IS_U8GLIB_ST7565_64128, REPRAPWORLD_GRAPHICAL_LCD, FYSETC_MINI, ENDER2_STOCKDISPLAY, MINIPANEL)
|
#if ANY(IS_U8GLIB_LM6059_AF, IS_U8GLIB_ST7565_64128, REPRAPWORLD_GRAPHICAL_LCD, FYSETC_MINI, CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY, MINIPANEL)
|
||||||
#error "DISPLAY_SLEEP_MINUTES is not supported by your display."
|
#error "DISPLAY_SLEEP_MINUTES is not supported by your display."
|
||||||
#elif !WITHIN(DISPLAY_SLEEP_MINUTES, 0, 255)
|
#elif !WITHIN(DISPLAY_SLEEP_MINUTES, 0, 255)
|
||||||
#error "DISPLAY_SLEEP_MINUTES must be between 0 and 255."
|
#error "DISPLAY_SLEEP_MINUTES must be between 0 and 255."
|
||||||
|
Loading…
Reference in New Issue
Block a user