Quellcode durchsuchen

removed limit resetting on move

should not be needed, only way to get out of limit state is beeing in it
and getting a limit event with state 0
titi vor 5 Jahren
Ursprung
Commit
869ec6113a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      Atm_AccelStepper.cpp

+ 2 - 2
Atm_AccelStepper.cpp

@@ -124,8 +124,8 @@ void Atm_AccelStepper::action( int id ) {
       push(connectors, ON_CHANGESTATE, 0,  state(), 0);
       _isHoming = 0;
       //reset limit state so that they trigger again if we're stopped on it
-      limitLow_State = 0;
-      limitHigh_State = 0;
+      // limitLow_State = 0;
+      // limitHigh_State = 0;
       Serial.print("target ");
       Serial.println(_targetStep);
       stepper->moveTo(_targetStep);