Fix BLTouch Menus (#13441)
This commit is contained in:
committed by
Scott Lahteine
parent
d8329d858d
commit
5eeffab5e5
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user