Duet3D Logo

    Duet3D

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

    Z Offset is always too far.

    Tuning and tweaking
    2
    7
    495
    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.
    • brunofporto
      brunofporto last edited by

      Hello,

      Even after carefully calibrating the Z-probe and setting the Z-offset at Config.g, or manually sending very aggressive Z off-set values with G31 with the console the nozzle is ALWAYS too high..............

      I always need to "baby step" the first layer. If I home Z and send the nozzle to the probe position and to Z=0 it is too far from the bed. What am I doing wrong?

      Config-override is clear and only contains PID data....

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

        Just as a teste a did it again:

        Cleared the mesh, calibrated the probe, home all and send the nozzle to the probing position and Z=0: there it is the nozzle almost 1mm high... Always the same more or less amount too high.

        G30 S-1

        Stopped at height -0.551 mm (more or less always the same value...)

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

          Probe type and configuration? Firmware version?

          Z-Bot CoreXY Build | Thingiverse Profile

          brunofporto 2 Replies Last reply Reply Quote 0
          • brunofporto
            brunofporto @Phaedrux last edited by brunofporto

            @phaedrux I think I just found (your) answer 😄 to the issue at https://forum.duet3d.com/topic/5097/z-offset-issue-probably-me/8

            I'll try it....

            1 Reply Last reply Reply Quote 0
            • brunofporto
              brunofporto @Phaedrux last edited by

              @phaedrux said in Z Offset is always too far.:

              Probe type and configuration? Firmware version?

              Probe type 5 (servo deployed with optical endstop connected to Z_Probe_In)

              Firmware Version: 2.0(RTOS) (2018-06-05b3)

              Issue is probably related to my home Z or home all macros.......

              ; homez.g

              G91 ; relative positioning
              G1 Z5 F4000 S2 ; lift Z relative to current position
              G90 ; absolute positioning
              G0 S0 X119 Y140 F4000 ; move to center of bed
              M98 Pdeployprobe.g ; deploy mechanical Z probe
              G91 ; relative positioning
              G1 S1 Z-295 F1800 ; move Z down until the switch triggers (first pass)
              G1 Z5 F1800 ; go back a few mm
              G1 S1 Z-295 F180 ; move Z down until the switch triggers (second pass)
              G1 Z10 F1800 S2 ; lift Z relative to current position
              G90 ; absolute positioning
              M98 Pretractprobe.g ; retract mechanical Z probe

              I am not using G30 as you mentioned at the above link 😄

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

                That could very well be it. You'll also be able to remove the manual M98 calls to deploy and retract the probe as G30 should take care of that automatically.

                Z-Bot CoreXY Build | Thingiverse Profile

                brunofporto 1 Reply Last reply Reply Quote 1
                • brunofporto
                  brunofporto @Phaedrux last edited by

                  @phaedrux Just realised that when testing the new homing macros. Will do.

                  Thank you.

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