Skip to content

Commit

Permalink
Recent changes make reversing dec backlash unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Aug 18, 2018
1 parent 88715dd commit 1ad4dd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MoveTo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ void moveTo() {
pierSideControl++;
} else
if ((pierSideControl==PierSideFlipEW3) || (pierSideControl==PierSideFlipWE3)) {

// the blAxis2 gets "reversed" when we Meridian flip, since the NORTH/SOUTH movements are reversed
cli(); blAxis2=backlashAxis2-blAxis2; sei();

if (pierSideControl==PierSideFlipEW3) pierSideControl=PierSideWest; else pierSideControl=PierSideEast;

Expand Down

0 comments on commit 1ad4dd7

Please sign in to comment.