More convinient BLTouch leveling with auto saving and homing.

This commit is contained in:
Knutwurst
2020-08-09 15:51:44 +02:00
parent 53b0ac3c3a
commit 25364c7f2f

View File

@@ -538,7 +538,7 @@ void AnycubicTouchscreenClass::HandleSpecialMenu()
|| (strcasestr(currentTouchscreenSelection, SM_BLTOUCH_S) != NULL)) || (strcasestr(currentTouchscreenSelection, SM_BLTOUCH_S) != NULL))
{ {
SERIAL_ECHOLNPGM("Special Menu: BLTouch Leveling"); SERIAL_ECHOLNPGM("Special Menu: BLTouch Leveling");
queue.inject_P(PSTR("G28\nG29")); queue.inject_P(PSTR("G28\nG29\nM500\nG90\nG1 X0 Z30 F4000\nG91"));
} }
#endif #endif