Explorar o código

removed position updating in homing loop

titi %!s(int64=5) %!d(string=hai) anos
pai
achega
b779e5025a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Atm_AccelStepper.cpp

+ 2 - 2
Atm_AccelStepper.cpp

@@ -195,7 +195,7 @@ void Atm_AccelStepper::action( int id ) {
       return;
     case LP_HOMING_LOW:
       stepper_update();
-      push(connectors, ON_CHANGEPOSITION, 0,  _currentStep, stepper->speed());
+      // push(connectors, ON_CHANGEPOSITION, 0,  _currentStep, stepper->speed());
       return;
     case EXT_HOMING_LOW:
       runMode = 0;
@@ -219,7 +219,7 @@ void Atm_AccelStepper::action( int id ) {
       return;
     case LP_HOMING_HIGH:
       stepper_update();
-      push(connectors, ON_CHANGEPOSITION, 0,  _currentStep, stepper->speed());
+      // push(connectors, ON_CHANGEPOSITION, 0,  _currentStep, stepper->speed());
       return;
     case EXT_HOMING_HIGH: