Re: 'rx_buffer' was not declared in this scope
Okay, so I added U8lgb.h File and #include to Configuration . lcd not working (IF i turn the knob board will flash blue and when i turn the knob and hold it down buzzer will start sceaming) here is...
View ArticleRe: 'rx_buffer' was not declared in this scope
New code replaces old code completely, data in eeprom may survive... depends on a few factors. (data saved with m500 commands)
View ArticleRe: 'rx_buffer' was not declared in this scope
your adding the lcd wrong... you find the appropriate section for your lcd in configuratio.h and enable it (by removing the // that comments out that device) since you keep talking about U8lgb im...
View ArticleRe: 'rx_buffer' was not declared in this scope
No Errors but No lcd aswell. I did all u said but didnt find //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER So i just added it on top of the configuration.h without the slashes. I thought i...
View ArticleRe: 'rx_buffer' was not declared in this scope
i will save the Config.h and try to edit another Marlin
View ArticleRe: 'rx_buffer' was not declared in this scope
just adding things in like that wont help... If there is no define there is probably no code to support it either' If is not there Its not a current version of marlin Start with a fresh current marlin...
View ArticleAxis moves in wrong direction after homing
Have a lot of experience with building and programming cnc machines in Mach3. And also used Marlin successfully in the past. Now having problems that simply looks like a beginners mistake ( feel a...
View ArticleRe: 'rx_buffer' was not declared in this scope
Error when trying to add zip to new Marlin : A library named U8glib_Arduino-master already exists
View ArticleRe: 'rx_buffer' was not declared in this scope
yes sure but nothing has changed Sill stuck at the same point LCD not working
View ArticleRe: 'rx_buffer' was not declared in this scope
BUT the thing is that they have listed THIS #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER AM I GONA BUY THIS? BUT I HAVE THIS #define REPRAP_DISCOUNT_SMART_CONTROLLER i tried Putting #define...
View ArticleRe: 'rx_buffer' was not declared in this scope
what type of LCD do you actually have? Does it looks like this with a more sqaure screen? 3D-Yazici-LCD-Ekran-128x64-Rep_002-700x700.jpg Or more rectangular like 1881800-2.jpg or something else?
View ArticleRe: 'rx_buffer' was not declared in this scope
1881800-2.jpg UGH The " more rectangular like "
View ArticleRe: 'rx_buffer' was not declared in this scope
For the normal 2004 lcd you need to enable #define REPRAP_DISCOUNT_SMART_CONTROLLER and disable //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER the 2004 lcd does not need glcd library, but it...
View ArticleRe: 'rx_buffer' was not declared in this scope
thats what i did but still same Thing :X i see no hope
View ArticleRe: 'rx_buffer' was not declared in this scope
post your configuration.h file (preferably to something like paste bin) and link to it, so I can see
View ArticleRe: 'rx_buffer' was not declared in this scope
also take a picture of how you have it connected, showing the lcd connectors and where they go
View ArticleRe: 'rx_buffer' was not declared in this scope
//============================================================================= //======================= LCD / Controller Selection ======================= //========================= (Graphical...
View ArticleRe: 'rx_buffer' was not declared in this scope
on the current marlin Line 1522 of configuration.h [github.com] has "//#define REPRAP_DISCOUNT_SMART_CONTROLLER" and since I asked you to start again with the current marlin. it should be there for...
View Article