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

Added reset bltouch instead. This ensure properly stow even when in error.
2.0.x
Giuliano 7 years ago committed by Scott Lahteine
parent 4c8d6df13c
commit cce0523a95

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

Loading…
Cancel
Save