Feature: Very fast BLTouch probing

This commit is contained in:
Knutwurst
2020-08-12 22:10:23 +02:00
parent 9c59d44e9f
commit bcc3964aed
3 changed files with 7 additions and 7 deletions

View File

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