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

    Connecting Precision Piezo Z Probe Help

    Scheduled Pinned Locked Moved
    General Discussion
    3
    5
    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.
    • xbstundefined
      xbst
      last edited by xbst

      Hello everyone. I've been working on trying to get a zprobe working on my duet for months now. I initially started with a BLT, but I never managed to get the Duet to detect the probe when it hit. So, since duet was new, and I dropped BLT twice on the floor, I assumed my BLT was bad and decided to order a Precision Piezo Orion.

      (It basically acts as a switch as far as the config.g is concerned)

      I did all the wiring properly and tested it, but for some reason the detected status was inverted. I did try adding I1 to the end of the code, didn't change anything. I assumed my FW was buggy so I updated it. Now I1 seems to invert the reading, the problem is now triggering the sensor does nothing (the reading doesn't change). It was definitely working before the update of the FW. Is there a bug in 1.21 about this, or a problem in my config.g? I updated from 1.19

      Here is the relevant part of my config.g:

      M574 Z1 S2
      M558 P5 H5 I1 F240 T6000
      G31 P600 X0 Y0 Z0
      M557 X25:345 Y25:225 S100

      whosrdaddyundefined 1 Reply Last reply Reply Quote 0
      • Dr_Ju_Juundefined
        Dr_Ju_Ju
        last edited by

        I haven't used the M574 command to set mine, this is what I have & it works ok:

        M558 P8 I1 R0.3 F300 X0 Y0 Z0 ; Set Z probe type to effector and the dive height + speeds
        G31 X0 Y0 Z-0.1 P100 ; Set Z probe trigger value, offset and trigger height

        Julian,

        Old goat, learning new things….

        xbstundefined 1 Reply Last reply Reply Quote 0
        • whosrdaddyundefined
          whosrdaddy @xbst
          last edited by

          @xbst : where did you connect the probe to the board?
          In your case, you must use the zprobe connector...

          1 Reply Last reply Reply Quote 0
          • xbstundefined
            xbst @Dr_Ju_Ju
            last edited by

            @dr_ju_ju said in Connecting Precision Piezo Z Probe Help:

            I haven't used the M574 command to set mine, this is what I have & it works ok:

            M558 P8 I1 R0.3 F300 X0 Y0 Z0 ; Set Z probe type to effector and the dive height + speeds
            G31 X0 Y0 Z-0.1 P100 ; Set Z probe trigger value, offset and trigger height

            I forgot to mention. I am using a cartesian printer. That looks like Delta code to me.

            @whosrdaddy said in Connecting Precision Piezo Z Probe Help:

            @xbst : where did you connect the probe to the board?
            In your case, you must use the zprobe connector...

            I had it connected to the Z endstop connector. I didn't even know z probe connector existed since BLT guide I used said to connect to Z endstop, I assumed that was the general connector for a probe. I just swtched to p7 in config.g. I feel like an idiot. Thanks for your help.

            1 Reply Last reply Reply Quote 0
            • Dr_Ju_Juundefined
              Dr_Ju_Ju
              last edited by

              As long as its working, that's all that counts..

              Julian,

              Old goat, learning new things….

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