Selaa lähdekoodia

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

Added reset bltouch instead. This ensure properly stow even when in error.
Giuliano 6 vuotta sitten
vanhempi
commit
cce0523a95
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      Marlin/src/gcode/calibrate/G28.cpp

+ 1
- 0
Marlin/src/gcode/calibrate/G28.cpp Näytä tiedosto

@@ -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…
Peruuta
Tallenna