Bläddra i källkod

BLTouch.init should not deploy (#13988)

Low or unknown probe clearance on init (even at powerup) is a risk and therefore, a deploy should be avoided because dragging the pin is possible: A deploy goes into alarm if it can't extend fully and then the subsequent stow will fail.
FanDjango 6 år sedan
förälder
incheckning
dcaefc68a5
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      Marlin/src/feature/bltouch.cpp

+ 2
- 1
Marlin/src/feature/bltouch.cpp Visa fil

@@ -49,7 +49,8 @@ void BLTouch::init() {
49 49
   #if ENABLED(BLTOUCH_FORCE_5V_MODE)
50 50
     _set_5V_mode();                          // Set 5V mode if explicitely demanded (V3 upwards)
51 51
   #endif
52
-  clear();
52
+  _reset();
53
+  _stow();
53 54
   // There really should be no alarm outstanding now, and no triggered condition. But if there is,
54 55
   // there is no need to worry people here on init right at the start of the printer.
55 56
 }

Laddar…
Avbryt
Spara