Fix BLTouch Menus (#13441)

This commit is contained in:
InsanityAutomation
2019-03-23 23:58:34 -04:00
committed by Scott Lahteine
parent d8329d858d
commit 5eeffab5e5
3 changed files with 14 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ void stop();
#include "../core/debug_out.h"
void BLTouch::command(const BLTCommand cmd) {
//SERIAL_ECHOLNPAIR("BLTouch Command :", cmd);
MOVE_SERVO(Z_PROBE_SERVO_NR, cmd);
safe_delay(BLTOUCH_DELAY);
}