Skip to content

Commit

Permalink
🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glought authored and thinkyhead committed Jun 29, 2021
1 parent aa13c78 commit cd01421
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit cd01421

Please sign in to comment.