[2.0.x] reset bltouch on home (#11018)

Added reset bltouch instead. This ensure properly stow even when in error.
This commit is contained in:
Giuliano 2018-06-13 21:09:13 +02:00 committed by Scott Lahteine
parent 4c8d6df13c
commit cce0523a95

View file

@ -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