Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Please Help!!!

    Scheduled Pinned Locked Moved
    General Discussion
    2
    2
    785
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • GratefulAbyss37undefined
      GratefulAbyss37
      last edited by

      I recently purchased a Modix Big60 and just finished setting the connections up and rewiring it. I'm trying to home the XYZ axis and when I get to Z I get an error. Warning: the height map was loaded when the current Z=0 datum was not determined by probing. This may result in a height offset. Does anyone know what I can do to fix this? I've never owned a 3d printer before so please help if you can!

      OwenDundefined 1 Reply Last reply Reply Quote -2
      • OwenDundefined
        OwenD @GratefulAbyss37
        last edited by

        @GratefulAbyss37
        What you are seeing is a warning, not an error.
        Somewhere, either in your config.g or in another file, there is a call to G29 which loads a bed height compensation map.
        https://docs.duet3d.com/en/User_manual/Reference/Gcodes#g29-mesh-bed-probe

        This should only be done AFTER homing the Z axis ( G28 ) so that a zero reference point has been properly established.

        Search your files and remove the G29.

        In general, when asking for help you should post your config.g and any other files which might relate such as homeall.g and homez.g

        https://forum.duet3d.com/topic/5909/guide-for-posting-requests-for-help/10

        1 Reply Last reply Reply Quote 2
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA