|
@ -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." |
|
|
#error "Either enable MEATPACK_ON_SERIAL_PORT_* or BINARY_FILE_TRANSFER, not both." |
|
|
#endif |
|
|
#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 |
|
|
* Sanity check for unique start and stop values in NOZZLE_CLEAN_FEATURE |
|
|
*/ |
|
|
*/ |
|
|