1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Solved 3d r1+ Filament motor issue

Discussion in 'Troubleshooting' started by xfire_dragonx, Aug 16, 2018.

Thread Status:
Not open for further replies.
  1. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    I know that, might have deleted the 2 files in libraries. So in the libraries folder there should be a utility and examples folder or only in the u8g folder?
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    The U8g folder will be under \Arduino\libraries\libraries
    and then the Utility folder is under the \Arduino\libraries\libraries\U8glib

    Your library path may be slightly different -- it may be under \Arduino\libraries\U8glib
    All depends on how the arduino stuff is installed. Mine was under \Arduino\libraries\libraries\U8glib

    Look and see how yours is setup and adjust accordingly :)

    import the ZIP file in the IDE into the libraries and see where it ends up
     
  3. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    on the Desktop, Arduino\libraries\libraries\U8glib -Shows up in library list have the #include <U8glib.h> at the top of configuration.h compile and get this:

    In file included from sketch\dogm_lcd_implementation.h:38:0,

    from sketch\ultralcd.cpp:36:

    sketch\dogm_font_data_marlin.h:12:24: fatal error: utilityu8g.h: No such file or directory

    #include <utilityu8g.h>
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    You have boogered the file*. It should read:

    #include <utility/u8g.h>

    This is in : dogm_font_data_marlin.h
    and should be with the rest of the source files.


    *or someone has -- my copy from Robo does not look like that
    Compilers are pedantic bastards.
     
  5. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
     
  6. xfire_dragonx

    xfire_dragonx Member

    Joined:
    Jun 2, 2018
    Messages:
    83
    Likes Received:
    13
    When you select the include from the library list it comes up as #include <U8glib.h>

    Thanks for all the help, the firmware compiled with the u8g. Thank you everyone!!
     
    mark tomlinson likes this.
Thread Status:
Not open for further replies.

Share This Page