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

Solved Printing shows Z offset

Discussion in 'Troubleshooting' started by Shigemal, Sep 5, 2016.

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

    Shigemal Member

    Joined:
    Aug 19, 2013
    Messages:
    126
    Likes Received:
    13
    I am looking into marlin code, so far handling minus value is most likely new issue on this code.
    I have changed ultralcd.cpp as following and also value range change allow from -yy to +xx
    //uint32_t encoderPosition; //robo change from original as int
    int32_t encoderPosition; //robo check
    I am trying to test with this change tonight
     
    #21 Shigemal, Sep 6, 2016
    Last edited: Sep 6, 2016
  2. Shigemal

    Shigemal Member

    Joined:
    Aug 19, 2013
    Messages:
    126
    Likes Received:
    13
    [​IMG]

    now printing will start
     
  3. danzca6

    danzca6 Well-Known Member

    Joined:
    Jul 27, 2015
    Messages:
    2,161
    Likes Received:
    1,077
    What firmware did you use when doing your update?
     
  4. Shigemal

    Shigemal Member

    Joined:
    Aug 19, 2013
    Messages:
    126
    Likes Received:
    13
    I am using Robo3D firmware Auto_level_7_17_8mm from robo site. And added some changes for titan.
     
  5. Shigemal

    Shigemal Member

    Joined:
    Aug 19, 2013
    Messages:
    126
    Likes Received:
    13
    And today I have changed ultralcd.cpp for handle minus z offset value.
     
  6. Shigemal

    Shigemal Member

    Joined:
    Aug 19, 2013
    Messages:
    126
    Likes Received:
    13
    Autolevel calibration has been perfomed with monitor switch by ohm meter as sound. Mattercontrol zaxis elevation after Z endstop. My case offset is -0.6mm.
    And set by LCD control for Z offset as -0.6
    It works fine now.
     
    mark tomlinson likes this.
  7. Shigemal

    Shigemal Member

    Joined:
    Aug 19, 2013
    Messages:
    126
    Likes Received:
    13
    [​IMG]

    Good enough thickness on this print.
     
  8. Shigemal

    Shigemal Member

    Joined:
    Aug 19, 2013
    Messages:
    126
    Likes Received:
    13
    [​IMG]

    good night robo, please let me know good result
     
Thread Status:
Not open for further replies.

Share This Page