Quote Originally Posted by printbus View Post
What is your compile error?

I did a debug build for someone a long time ago, and what it boiled down to was this (from configuration.h at the time)

// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino

Without that library, the graphic stuff won't build.

EDIT: Ah. Just saw your comment that came in while I was typing.
Quote Originally Posted by uncle_bob View Post
Hi

Start from a scratch compile, undefine their default display and define the graphics controller. Unless there is a very new bug, it should compile.

Bob
I got it working! I found a typo in the following section:

"#define PREHEAT_1_TEMP_HOTEND 180
#define PREHEAT_1_TEMP_BED 70
#define PREHEAT_1_FAN_SPEED 0"

So when it was trying to compile it couldn't match those values with another .h file. All is fixed for now. Thank you!