Browse Source

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

Added reset bltouch instead. This ensure properly stow even when in error.
Giuliano 6 years ago
parent
commit
cce0523a95
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/gcode/calibrate/G28.cpp

+ 1
- 0
Marlin/src/gcode/calibrate/G28.cpp View File

@@ -203,6 +203,7 @@ void GcodeSuite::G28(const bool always_home_all) {
203 203
   #endif
204 204
 
205 205
   #if ENABLED(BLTOUCH)
206
+    bltouch_command(BLTOUCH_RESET);
206 207
     set_bltouch_deployed(false);
207 208
   #endif
208 209
 

Loading…
Cancel
Save