Hey Guys,
i have a question on how to compile and run the marlin code on to my printer-board with out an LCD, in other words how to disable the LCD function from the Marlin code.
background info:
i built my 3D printer based on the Prusa I3 using most of the parts recommended by reprap. I am using a printerboard and I currently don't have an LCD, but all the Marlin Firmware i found online is written to use with LCD's. is there a way to disable this?
i might be approaching this problem wrong, but.
The error i get when i try to run the code is:
for the line
"LCD_CLASS lcd(LCD_PINS_RS, LCD_PINS_ENABLE, LCD_PINS_D4, LCD_PINS_D5,LCD_PINS_D6,LCD_PINS_D7); //RS,Enable,D4,D5,D6,D7"
it says that
"LCD_PINS_RS was not declared in this scope"
how do i prevent this error from happening.
P.S i printed with this printer a year ago using an older version of the code and it worked but i cannot find the old code.
link to Marlin firmware used
[www.reprap.org]
Thank you ,
Esa