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

    Z Probe Help

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    3
    1.1k
    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.
    • Kozlowundefined
      Kozlow
      last edited by

      Hi

      The Z probe that I have doesn't have the identification sticker on it, but I believe that it is an SN04-N ( NPN NO ),
      but It could be an SN04-N2 ( NPN NC).
      I believe it to be normally open because if I hook it up as a normal endstop switch it will work as a open switch.

      The problem is when I hook it up as per WIKI instructions, Blue wire to ground, Brown wire to 5v, Black wire to cathode end of a
      Bat85 Schottky diode, anode end to E0 stop pin.
      The probe when triggered reads 0 on the Duet Web Control, and reads 1000 when untriggered.
      That makes it seem like a normally closed switch. The wiki doesn't address normally closed probes, that I seen.
      If I change the M574 E0 S0 to S1, were I'm guessing that the S1 = active high endstops, nothing changes.

      So…What am I doing wrong?

      Here is my firmware settings

      ; Endstops
      M574 X1 Y1 S1 ; Set active high endstops
      M574 Z1 S2 ; Set endstops controlled by probe
      M574 E0 S0 (S1)
      M558 P4 H5 F360 T6000 ; Set Z probe type to modulated and the dive height + speeds
      G31 P500 X0 Y0 Z4 ; Set Z probe trigger value, offset and trigger height
      M557 X50:271 Y35:271 S20 ; Define mesh grid

      Thanks for any and all help.
      Steve

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

        Add parameter I1 to the M558 command.

        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
        • Kozlowundefined
          Kozlow
          last edited by

          AH Ha!!
          Thanks dc42. That fixed it.

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