From 7d04475e096d3fe1393bcd80b1b8b14833569ffe Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Thu, 29 Aug 2019 14:29:15 -0400 Subject: [PATCH] Update bltouch.cpp --- Marlin/src/feature/bltouch.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Marlin/src/feature/bltouch.cpp b/Marlin/src/feature/bltouch.cpp index da10cc413c..b768fc3e80 100644 --- a/Marlin/src/feature/bltouch.cpp +++ b/Marlin/src/feature/bltouch.cpp @@ -41,7 +41,6 @@ bool BLTouch::command(const BLTCommand cmd, const millis_t &ms) { if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPAIR("BLTouch Command :", cmd); MOVE_SERVO(Z_PROBE_SERVO_NR, cmd); safe_delay(_MAX(ms, (uint32_t)BLTOUCH_DELAY)); // BLTOUCH_DELAY is also the *minimum* delay - MOVE_SERVO(Z_PROBE_SERVO_NR, 0); return triggered(); }