From dbf0f5faec4041328ddff112e1c9bef5ba1375ce Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 22 May 2024 14:08:54 -0500 Subject: [PATCH] we don't have this yet --- Marlin/src/inc/SanityCheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/inc/SanityCheck.h b/Marlin/src/inc/SanityCheck.h index a3ec90508b..0383d29a69 100644 --- a/Marlin/src/inc/SanityCheck.h +++ b/Marlin/src/inc/SanityCheck.h @@ -3597,7 +3597,7 @@ static_assert(_PLUS_TEST(3), "DEFAULT_MAX_ACCELERATION values must be positive." #error "LED_CONTROL_MENU requires an LCD controller that implements the menu." #endif -#if ENABLED(CUSTOM_MENU_MAIN) && NONE(HAS_MARLINUI_MENU, TOUCH_UI_FTDI_EVE, TFT_LVGL_UI, EXTENSIBLE_UI) +#if ENABLED(CUSTOM_MENU_MAIN) && NONE(HAS_MARLINUI_MENU, TOUCH_UI_FTDI_EVE, TFT_LVGL_UI) #error "CUSTOM_MENU_MAIN requires an LCD controller that implements the menu." #endif