From cce0523a953f41873195946fbaa4099b85110d97 Mon Sep 17 00:00:00 2001 From: Giuliano <3684609+GMagician@users.noreply.github.com> Date: Wed, 13 Jun 2018 21:09:13 +0200 Subject: [PATCH] [2.0.x] reset bltouch on home (#11018) Added reset bltouch instead. This ensure properly stow even when in error. --- Marlin/src/gcode/calibrate/G28.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/src/gcode/calibrate/G28.cpp b/Marlin/src/gcode/calibrate/G28.cpp index 7a0f835939..191c2d20ec 100644 --- a/Marlin/src/gcode/calibrate/G28.cpp +++ b/Marlin/src/gcode/calibrate/G28.cpp @@ -203,6 +203,7 @@ void GcodeSuite::G28(const bool always_home_all) { #endif #if ENABLED(BLTOUCH) + bltouch_command(BLTOUCH_RESET); set_bltouch_deployed(false); #endif