Browse Source

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

Added reset bltouch instead. This ensure properly stow even when in error.
pull/1/head
Giuliano 6 years ago
committed by Scott Lahteine
parent
commit
cce0523a95
  1. 1
      Marlin/src/gcode/calibrate/G28.cpp

1
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

Loading…
Cancel
Save