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

Having issues verifying arduino firmwares

Discussion in 'Mods and Upgrades' started by Spidematt, Sep 28, 2019.

  1. Spidematt

    Spidematt Member

    Joined:
    Nov 24, 2016
    Messages:
    63
    Likes Received:
    14
    I am deep into rebuilding my robo3d added a bl touch and every one of the firmware files in the forums will not verify through arduino gives me this






    Arduino: 1.8.10 (Windows 10), Board: "Arduino/Genuino Uno"

    In file included from sketch\MarlinConfig.h:39:0,

    from C:\Users\Matthew\Documents\Marlin\Marlin\Marlin.ino:31:

    SanityCheck.h:513:8: error: #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires Z_MIN_ENDSTOP_INVERTING to match Z_MIN_PROBE_ENDSTOP_INVERTING."

    #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires Z_MIN_ENDSTOP_INVERTING to match Z_MIN_PROBE_ENDSTOP_INVERTING."

    ^~~~~

    Marlin:45:14: error: U8glib.h: No such file or directory

    #include <U8glib.h> // library for graphics LCD by Oli Kraus (https://github.com/olikraus/U8glib_Arduino)

    ^~~~~~~~~~

    compilation terminated.

    exit status 1
    #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires Z_MIN_ENDSTOP_INVERTING to match Z_MIN_PROBE_ENDSTOP_INVERTING."

    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    That one is in the FAQ post (see the main troubleshooting forum.

    The others are probably more specific to the changes you made.
    I can't help you with the BL Touch, but someone else can chime in on that.
     
  3. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    If you have the Full Graphics LCD enabled you will need to get the U8glib.h from the link in the log file.

    For the other it might be an error in the PINS file, go to the official BLTouch site (Korean) for the code that needs to be changed to enable the BLTouch.
     

Share This Page