Close



Results 1 to 10 of 396

Hybrid View

  1. #1
    Engineer-in-Training
    Join Date
    Jul 2016
    Location
    Pennsylvania, USA
    Posts
    255
    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

  2. #2
    Engineer-in-Training
    Join Date
    Jul 2014
    Posts
    305
    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!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •