Browse Source

🔧 No Sleep for CR-10 Stock Display (#24875)

Keith Bennett 1 year ago
parent
commit
4e1e82b122
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/SanityCheck.h

+ 1
- 1
Marlin/src/inc/SanityCheck.h View File

3106
  * Display Sleep is not supported by these common displays
3106
  * Display Sleep is not supported by these common displays
3107
  */
3107
  */
3108
 #if HAS_DISPLAY_SLEEP
3108
 #if HAS_DISPLAY_SLEEP
3109
-  #if ANY(IS_U8GLIB_LM6059_AF, IS_U8GLIB_ST7565_64128, REPRAPWORLD_GRAPHICAL_LCD, FYSETC_MINI, ENDER2_STOCKDISPLAY, MINIPANEL)
3109
+  #if ANY(IS_U8GLIB_LM6059_AF, IS_U8GLIB_ST7565_64128, REPRAPWORLD_GRAPHICAL_LCD, FYSETC_MINI, CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY, MINIPANEL)
3110
     #error "DISPLAY_SLEEP_MINUTES is not supported by your display."
3110
     #error "DISPLAY_SLEEP_MINUTES is not supported by your display."
3111
   #elif !WITHIN(DISPLAY_SLEEP_MINUTES, 0, 255)
3111
   #elif !WITHIN(DISPLAY_SLEEP_MINUTES, 0, 255)
3112
     #error "DISPLAY_SLEEP_MINUTES must be between 0 and 255."
3112
     #error "DISPLAY_SLEEP_MINUTES must be between 0 and 255."

Loading…
Cancel
Save