🐛 Fix SEGMENT_LEVELED_MOVES with UBL

This commit is contained in:
Scott Lahteine
2022-05-22 16:53:12 -05:00
parent c97cf10956
commit 1d12e72bf6
2 changed files with 9 additions and 8 deletions

View File

@ -1002,7 +1002,7 @@
*/
#if ENABLED(AUTO_BED_LEVELING_UBL)
#undef LCD_BED_LEVELING
#if ENABLED(DELTA)
#if EITHER(DELTA, SEGMENT_LEVELED_MOVES)
#define UBL_SEGMENTED 1
#endif
#endif