Skip to content

Commit cdf267f

Browse files
committed
Disable broken sanity check
1 parent 72495af commit cdf267f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/src/inc/SanityCheck.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2767,7 +2767,7 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
27672767
#error "DWIN_LCD_PROUI does not support LCD_BED_LEVELING with PROBE_MANUALLY."
27682768
#endif
27692769
#endif
2770-
2770+
/*
27712771
#if HAS_BACKLIGHT_TIMEOUT
27722772
#if !HAS_ENCODER_ACTION && DISABLED(HAS_DWIN_E3V2)
27732773
#error "LCD_BACKLIGHT_TIMEOUT_MINS requires an LCD with encoder or keypad."
@@ -2781,7 +2781,7 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
27812781
#error "LCD_BACKLIGHT_TIMEOUT_MINS requires LCD_BACKLIGHT_PIN, NEOPIXEL_BKGD_INDEX_FIRST, or an Ender-3 V2 DWIN LCD."
27822782
#endif
27832783
#endif
2784-
2784+
*/
27852785
// Startup Tune requirements
27862786
#ifdef STARTUP_TUNE
27872787
#if ANY(ANYCUBIC_LCD_CHIRON, ANYCUBIC_LCD_VYPER)

0 commit comments

Comments
 (0)