Parcourir la source

Endstops always on in G28 (#21441)

espr14 il y a 4 ans
Parent
révision
e989bf3b0e
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/src/gcode/calibrate/G28.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G28.cpp Voir le fichier

@@ -102,7 +102,7 @@
102 102
 
103 103
     current_position.set(0.0, 0.0);
104 104
 
105
-    #if ENABLED(SENSORLESS_HOMING)
105
+    #if ENABLED(SENSORLESS_HOMING) && DISABLED(ENDSTOPS_ALWAYS_ON_DEFAULT)
106 106
       tmc_disable_stallguard(stepperX, stealth_states.x);
107 107
       tmc_disable_stallguard(stepperY, stealth_states.y);
108 108
       #if AXIS_HAS_STALLGUARD(X2)

Chargement…
Annuler
Enregistrer