浏览代码

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 5 年之前
父节点
当前提交
869ec6113a
共有 1 个文件被更改,包括 2 次插入2 次删除
  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);
       push(connectors, ON_CHANGESTATE, 0,  state(), 0);
       _isHoming = 0;
       _isHoming = 0;
       //reset limit state so that they trigger again if we're stopped on it
       //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.print("target ");
       Serial.println(_targetStep);
       Serial.println(_targetStep);
       stepper->moveTo(_targetStep);
       stepper->moveTo(_targetStep);