Browse Source

🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259)

Glought 4 years ago
parent
commit
0a655c84bf
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/src/inc/SanityCheck.h

+ 7
- 0
Marlin/src/inc/SanityCheck.h View File

3589
 #endif
3589
 #endif
3590
 
3590
 
3591
 /**
3591
 /**
3592
+ * Sanity Check for Slim LCD Menus and Probe Offset Wizard
3593
+ */
3594
+#if BOTH(SLIM_LCD_MENUS, PROBE_OFFSET_WIZARD)
3595
+  #error "SLIM_LCD_MENUS disables \"Advanced Settings > Probe Offsets > PROBE_OFFSET_WIZARD.\""
3596
+#endif
3597
+
3598
+/**
3592
  * Sanity check for unique start and stop values in NOZZLE_CLEAN_FEATURE
3599
  * Sanity check for unique start and stop values in NOZZLE_CLEAN_FEATURE
3593
  */
3600
  */
3594
 #if ENABLED(NOZZLE_CLEAN_FEATURE)
3601
 #if ENABLED(NOZZLE_CLEAN_FEATURE)

Loading…
Cancel
Save