Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Need help! please! Duet2wifi and bltouch ZOffset

    Tuning and tweaking
    4
    5
    305
    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.
    • chriskimbr
      chriskimbr last edited by chriskimbr

      No matter what value i put in the config.g after the steps below
      -it doesn't move the nozzle on print closer to the bed. wtf.-

      -Config files-
      config.g
      homez.g

      -Steps taken to calibrate offset-
      Home All
      m851 ;z0 reset settings
      m500
      m501
      m503
      g28 z
      g1 f60 z0 ;moves to true z0
      G92 Z5 ;changes offset by 5 so we can move nozzle/bed
      ;manually move nozzle with paper e.g -0.93
      g92 zo ; set z0 to new point
      G1 Z10 ;move nozzle/bed away from nozzle/bed by 10
      g30 s-1 ;find new offset read off terminal
      m851 z0.95
      m500
      m501
      m503
      ;enter the offset value in config.g on line e.g. ;G31 P25 X-20 Y-45 Z-0.93 ; Set Z probe trigger value, offset and trigger height
      Home all
      g1 f60 z0 ;check z0 see if its touching bed.

      1 Reply Last reply Reply Quote 0
      • PaulHew
        PaulHew last edited by

        I am assuming you have read this guide?
        https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe

        I had major issues with my BL Touch and others kindly helped me out and eventually was able to resolve the issue.

        These are my notes from my post. I am running a Maestro board so I think the P64 needs to be changed to your relevant board.

        "Yes i did follow it to the letter.
        At point 6. I actually manually deployed the probe using M280 P64 S10 from the 'Connecting Z-Probe' guide THEN used G30 S-1
        I think this is where I have gone wrong as G30 S-1 also deploys the probe."

        RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
        Voron 2.4 disassembled..... Waiting for the RailCore Mini....

        1 Reply Last reply Reply Quote 0
        • dc42
          dc42 administrators last edited by

          The sequence you list looks like a mixture of what you might use for Martlin and what you use for RRF. In particular, you are setting the trigger height to -0.95 in your M851 command and then storing it to config-override.g, which will override your settings in config.g. I suggest you open config-override.g in the system files editor, remove any G31 lines you find there, and save the file. Then use the procedure in the link that @PaulHew posted above.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          chriskimbr 1 Reply Last reply Reply Quote 0
          • chriskimbr
            chriskimbr @dc42 last edited by chriskimbr

            @dc42 that was it! Thank you!
            G31 line was in the override file. Its printing closer to bed now.

            Question: on the duet2wifi if i change the config.g g31 zvalue and save it.
            Do i need to reboot device to take effect?

            1 Reply Last reply Reply Quote 0
            • Phaedrux
              Phaedrux Moderator last edited by

              @chriskimbr said in Need help! please! Duet2wifi and bltouch ZOffset:

              Question: on the duet2wifi if i change the config.g g31 zvalue and save it.
              Do i need to reboot device to take effect?

              Yes. It will prompt you to restart the board for it to take effect.

              If you wanted to configure it on the fly, you could send the command in the console and it would take effect immediately without a restart.

              Z-Bot CoreXY Build | Thingiverse Profile

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