Skip to content

Commit b28c4fe

Browse files
ellenspthinkyhead
andauthored
✨ DGUS_LCD_UI followup (#25175)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
1 parent 6819c68 commit b28c4fe

File tree

2 files changed

+166
-330
lines changed

2 files changed

+166
-330
lines changed

Marlin/src/inc/SanityCheck.h

+2
Original file line numberDiff line numberDiff line change
@@ -4325,6 +4325,8 @@ static_assert(_PLUS_TEST(4), "HOMING_FEEDRATE_MM_M values must be positive.");
43254325
#error "DGUS_LCD_UI IA_CREALITY requires CLASSIC_JERK."
43264326
#elif DISABLED(BABYSTEPPING)
43274327
#error "DGUS_LCD_UI IA_CREALITY requires BABYSTEPPING."
4328+
#elif NUM_RUNOUT_SENSORS > 1
4329+
#error "DGUS_LCD_UI IA_CREALITY requires NUM_RUNOUT_SENSORS < 2."
43284330
#elif NONE(AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL, MESH_BED_LEVELING)
43294331
#error "DGUS_LCD_UI IA_CREALITY requires AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL, or MESH_BED_LEVELING."
43304332
#endif

0 commit comments

Comments
 (0)