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

    Invert Z Probe not working?

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    3
    922
    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.
    • ahalekellyundefined
      ahalekelly
      last edited by

      I got my Duet Ethernet a couple days ago and haven't been able to get the inductive Z probe to work. I tried it on both the Z probe and Z endstop ports, and on the Z endstop input the light turns on and off and the "Endstop hit" parameter in the interface changes as expected. However, the probe signal is reversed, and the I1 setting doesn't seem to do anything. Here's what my Endstops section is right now:

      M574 X1 Y1 S0 ; Set active low endstops
      M558 P4 X0 Y0 Z1 I1 H5 F240 T9000; Set Z probe type to switch, the axes for which it is used and the dive height + speeds
      G31 P600 X0 Y71 Z2.5 ; Set Z probe trigger value, offset and trigger height
      M557 X15:185 Y15:205 S20 ; Define mesh grid
      
      

      Also one phase of my X driver seemed to be dead, it just shook and vibrated whenever I tried to move it. Remapping the X axis to the E1 driver worked, which is ok since I don't yet have a second extruder, but I may want to add one in the future.

      Edit: Huh I was able to fix it by adding Z to the M574 command. It's not supposed to work this way is it?

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

        Adding Z to the M574 command should not affect the reversal of the probe signal.

        Regarding your faulty X driver, please ask for your Duet to be replaced or repaired under warranty.

        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

        1 Reply Last reply Reply Quote 0
        • ahalekellyundefined
          ahalekelly
          last edited by

          I just double checked, and can confirm that changing

          M574 X1 Y1 S0 ;
          ```to
          

          M574 X1 Y1 Z1 S0 ;

          
          Edit: Ohhh I figured it out. M558 P4 is set to use the E0 endstop, but I had the probe plugged into the Z endstop.
          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA