🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259)
This commit is contained in:
parent
a5b2498de9
commit
0a655c84bf
|
@ -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…
Reference in a new issue