Like that big screen - Lot better than the 20X4 LCD display I'm using - - Found a new toy - a SNES controller, four extra buttons, now I can button in X Axis distance along with Y Axis and Jog feature.
void getButtonData()
{
digitalWrite(nesLatch, HIGH);
digitalWrite(nesLatch, LOW);
for (int x = 0; x <= 11; x++)
{
bitWrite(nesButtonData, x, digitalRead(nesData));
digitalWrite(nesClock, HIGH);
digitalWrite(nesClock, LOW);
}
}
My OCD is colliding with my ADD . . .
I've snapped two of those spring type couplers - they argue and win when I turn the hand wheel while the stepper enable is on
Sticking with the little Lovejoys . . .
Hmm Etch-A-Sketch - two small steppers sitting on the shelf? I see more useless but obsessive compulsive time coming up . .