compile troubles
hello! i try to compile marlin with full graphic display support for my melzi, but i got error in U8glib (which is installed latest version) i run windows 8.1. x64 and arduino ide 1.5.8. beta. on non...
View ArticleRe: compile troubles
I have confirmed this issue... its the marlin your using. real marlin from [github.com] set to #define MOTHERBOARD BOARD_MELZI and #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER Compiles...
View ArticleRe: compile troubles
sad to say i have another problems now! when i try to compile firmware for melzi, i got no error now, but compilling bar just freezes, on like 1/4 forever. i gues that it is something to do with...
View ArticleRe: compile troubles
The ide is a bit buggy Some errors freeze the display instead of displaying the error Run the ide from the comand line, when it freezes, send the command line a CTRL C, this will kill the ide, but...
View ArticleRe: compile troubles
Done! come ultralcd pin errors... In file included from Marlin.h:21:0, from temperature.h:24, from ultralcd.cpp:1: ultralcd_st7920_u8glib_rrd.h: In function 'void ST7920_SWSPI_SND_8BIT(uint8_t)':...
View ArticleRe: compile troubles
Hi Im running a Gen7 Board-AVR 1.5 with Marlin-1.1.0-RC7 using arduino 1.81(have also tried previous versions of ardiuno) it compiles and uploads perfectly untill i enable the...
View ArticleRe: compile troubles
Gen7 has no support for a LCD, so unsurprisingly no pin definitions have been setup for it. If your trying to hack on the GLCD you going to have to create your own pins.h file Personally I wouldn’t...
View Article