Browse Source

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

vanilla_fb_2.0.x
Glought 3 years ago
committed by Scott Lahteine
parent
commit
cd01421ac3
  1. 7
      Marlin/src/inc/SanityCheck.h

7
Marlin/src/inc/SanityCheck.h

@ -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
*/

Loading…
Cancel
Save