فهرست منبع

removed position updating in homing loop

titi 5 سال پیش
والد
کامیت
b779e5025a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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: