Browse Source

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

Added reset bltouch instead. This ensure properly stow even when in error.
Giuliano 7 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
   #endif
203
   #endif
204
 
204
 
205
   #if ENABLED(BLTOUCH)
205
   #if ENABLED(BLTOUCH)
206
+    bltouch_command(BLTOUCH_RESET);
206
     set_bltouch_deployed(false);
207
     set_bltouch_deployed(false);
207
   #endif
208
   #endif
208
 
209
 

Loading…
Cancel
Save