Skip to content

Commit 3db2fec

Browse files
ellenspthinkyhead
authored andcommitted
🔧 SHOW_CUSTOM_BOOTSCREEN sanity-check (#23807)
1 parent c028859 commit 3db2fec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Marlin/src/inc/SanityCheck.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
860860
*/
861861
#if ENABLED(SHOW_CUSTOM_BOOTSCREEN) && NONE(HAS_MARLINUI_U8GLIB, TOUCH_UI_FTDI_EVE)
862862
#error "SHOW_CUSTOM_BOOTSCREEN requires Graphical LCD or TOUCH_UI_FTDI_EVE."
863+
#elif ENABLED(SHOW_CUSTOM_BOOTSCREEN) && DISABLED(SHOW_BOOTSCREEN)
864+
#error "SHOW_CUSTOM_BOOTSCREEN requires SHOW_BOOTSCREEN."
863865
#elif ENABLED(CUSTOM_STATUS_SCREEN_IMAGE) && !HAS_MARLINUI_U8GLIB
864866
#error "CUSTOM_STATUS_SCREEN_IMAGE requires a 128x64 DOGM B/W Graphical LCD."
865867
#endif

0 commit comments

Comments
 (0)