Quote Originally Posted by Roxy View Post
Tell you what... I've attached my Pins.h I have my Y-Axis limit switch on the E-Limit switch. So, you can either move your connector to the same spot on your PrintrBoard, or you can change the pin numbers back for the Y-Limit switch. (The reason is there is a conflict with the SD-Memory card pins. Moving to the E-Limit switch resolves the issue)

Specifically... I have my Y_STOP_PIN set as 37. You would change this line to be like this if you don't want to move the connector to the E-Limit location:

#define Y_STOP_PIN 8


That should get us past the compile issue.... However... The strange thing is I don't think you need to mess with the Pins.h file typically. I had to edit some stuff in there to get my servo pins defined. But you aren't going to have a servo, so it seems strange that Pins.h had to be modified from its original state.
I also have my Y on the E stop and my Y_STOP_PIN set as 37
I changed the pins.h just in case I stuffed up somewhere else, however I am still getting the same error message.



In file included from /Marlin.h:23,
from BlinkM.cpp:5:
/pins.h:1:1: error: unterminated #ifndef