Skip to content

Commit 36dc854

Browse files
Gloughtptoal
authored andcommitted
🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (MarlinFirmware#22259)
1 parent bd63d04 commit 36dc854

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Marlin/src/inc/SanityCheck.h

+7
Original file line numberDiff line numberDiff line change
@@ -3588,6 +3588,13 @@ static_assert( _ARR_TEST(3,0) && _ARR_TEST(3,1) && _ARR_TEST(3,2)
35883588
#error "Either enable MEATPACK_ON_SERIAL_PORT_* or BINARY_FILE_TRANSFER, not both."
35893589
#endif
35903590

3591+
/**
3592+
* Sanity Check for Slim LCD Menus and Probe Offset Wizard
3593+
*/
3594+
#if BOTH(SLIM_LCD_MENUS, PROBE_OFFSET_WIZARD)
3595+
#error "SLIM_LCD_MENUS disables \"Advanced Settings > Probe Offsets > PROBE_OFFSET_WIZARD.\""
3596+
#endif
3597+
35913598
/**
35923599
* Sanity check for unique start and stop values in NOZZLE_CLEAN_FEATURE
35933600
*/

0 commit comments

Comments
 (0)