Skip to content

Commit

Permalink
Removed obsolete error flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Oct 11, 2022
1 parent 7a090a9 commit 7220d4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MoveTo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ void moveTo() {
if (!slewEnding && (distDestAxis1 <= getstepsPerSecondAxis1()*4.0) && (distDestAxis2 <= getstepsPerSecondAxis2()*4.0) ) { slewStopTime=millis()+4000L; slewEnding=true; }
if (slewEnding && ((long)(millis()-slewStopTime) > 0)) {
if (abortGoto != 0) { cli(); targetAxis1.part.m=posAxis1; targetAxis2.part.m=posAxis2; sei(); }
generalError=ERR_GOTO_SYNC;
slewForceEnd=true;
}

Expand Down

0 comments on commit 7220d4f

Please sign in to comment.