Fix BLTouch menu entry

This commit is contained in:
Knutwurst
2020-07-14 20:44:18 +02:00
parent ca41c9a310
commit e9515c89f2

View File

@@ -514,7 +514,7 @@ void AnycubicTouchscreenClass::HandleSpecialMenu()
}
#endif
#if ENABLED(KNUTWURST_BLTOUCH)
else if (strcasestr(currentTouchscreenSelection, "<Start Mesh Leveling>") != NULL)
else if (strcasestr(currentTouchscreenSelection, "<BLTouch Leveling>") != NULL)
{
SERIAL_ECHOLNPGM("Special Menu: BLTouch Leveling");
queue.inject_P(PSTR("G28\nG29"));