소스 검색

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

Added reset bltouch instead. This ensure properly stow even when in error.
Giuliano 6 년 전
부모
커밋
cce0523a95
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      Marlin/src/gcode/calibrate/G28.cpp

+ 1
- 0
Marlin/src/gcode/calibrate/G28.cpp 파일 보기

@@ -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…
취소
저장