Browse Source

Clarify disabling StallGuard for axes (#19263)

Keith Bennett 4 years ago
parent
commit
d19fc64392
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/Configuration_adv.h

+ 3
- 1
Marlin/Configuration_adv.h View File

@@ -2487,7 +2487,7 @@
2487 2487
   #define E7_HYBRID_THRESHOLD     30
2488 2488
 
2489 2489
   /**
2490
-   * Use StallGuard2 to home / probe X, Y, Z.
2490
+   * Use StallGuard to home / probe X, Y, Z.
2491 2491
    *
2492 2492
    * TMC2130, TMC2160, TMC2209, TMC2660, TMC5130, and TMC5160 only
2493 2493
    * Connect the stepper driver's DIAG1 pin to the X/Y endstop pin.
@@ -2508,6 +2508,8 @@
2508 2508
    *
2509 2509
    * IMPROVE_HOMING_RELIABILITY tunes acceleration and jerk when
2510 2510
    * homing and adds a guard period for endstop triggering.
2511
+   *
2512
+   * Comment *_STALL_SENSITIVITY to disable sensorless homing for that axis.
2511 2513
    */
2512 2514
   //#define SENSORLESS_HOMING // StallGuard capable drivers only
2513 2515
 

Loading…
Cancel
Save