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

This commit is contained in:
Glought 2021-06-29 10:35:22 -07:00 committed by Scott Lahteine
parent aa13c78458
commit cd01421ac3

View File

@ -3588,6 +3588,13 @@ static_assert( _ARR_TEST(3,0) && _ARR_TEST(3,1) && _ARR_TEST(3,2)
#error "Either enable MEATPACK_ON_SERIAL_PORT_* or BINARY_FILE_TRANSFER, not both."
#endif
/**
* Sanity Check for Slim LCD Menus and Probe Offset Wizard
*/
#if BOTH(SLIM_LCD_MENUS, PROBE_OFFSET_WIZARD)
#error "SLIM_LCD_MENUS disables \"Advanced Settings > Probe Offsets > PROBE_OFFSET_WIZARD.\""
#endif
/**
* Sanity check for unique start and stop values in NOZZLE_CLEAN_FEATURE
*/