I've finally got some sort of direction now, apparently I was trying to use the wrong firmware which was causing my false endstop triggers, but now, and it seems this thing has been problem after problem, it won't compile, saying that a "u8g_t was not declared in this scope"
I am just about at the end if my rope here, I just want to get this thing up and running...
I've got to manage libraries>filter search for U8glib, and installed the one by Oliver. However I am now getting a different error. "u8g_t was not declared in this scope"
I'm grabbing at straws here, I'm not quite sure what to do..
so I found the file I need, along with it's cpp, and placed it in the same directory, and now the only problem I'm having is "Error compiling for board Arduino/Genuino mega or mega 2560", this is maddening!!!
I've done Sketch>include library>U8glib, and am now recieveing the "u8g_t was not declared in this scope" error again. What am I doing wrong???
These are all the things I've done up to this point to reach this point. I was also having issues with the U8glib.h, but got that figured out I guess.
EDIT 1:I have found in the firmware notes "By default the 12864LCD is endable, you must of the library(?) Install for this otherwise the firmware will fail to compile. If you are using the R Pi or no LCD, disable this in the firmware" however I am unsure if how/where