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

    BLTouch doesn't always deploy Duet 3 6HC

    Scheduled Pinned Locked Moved
    Firmware installation
    11
    47
    3.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.
    • SneakyTikiundefined
      SneakyTiki @dc42
      last edited by SneakyTiki

      @dc42 That I can confirm, it was the exact same code that ran at start-up, my macros just happened to call it multiple times throughout normal printer operation after initial power on (It lived in a file called printer_bedmesh.g, which was called by config.g on startup, but also by homez.g, homeall.g, and bed.g)

      And when I was narrowing it down after your question, I literally just powered on the printer, sent M401, M402 to confirm operation, then sent M558 P9 and M401 and M402 no longer responded.

      1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @SneakyTiki
        last edited by

        @SneakyTiki said in BLTouch doesn't always deploy Duet 3 6HC:

        @fcwilt Yes, it was the full config code for the sensor.

        Here is my probe configuration macro. It is called in several places.

        M950 S0 C"duex.pwm5"                                ; create servo pin 0 for BLTouch
        M558 P9 C"^zprobe.in" H2 F120 T12000 R0.2 A1 S0.03  ; set type for BLtouch and set default parameters
        G31 P25 X0 Y24.5 Z2.400                             ; set trigger value, offset and trigger height (larger = closer)
        

        BUT this is under firmware 3.2.0 running on a Duet 2 WiFi/Duex 5 combo.


        I have a spare BLTouch - I will connect it to my Duet 3 MB6HC and set what happens.

        Frederick

        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

        SneakyTikiundefined 1 Reply Last reply Reply Quote 0
        • SneakyTikiundefined
          SneakyTiki @fcwilt
          last edited by

          @fcwilt I was also surprised to find an issue that sounded similar to mine considering the user had completely different hardware and firmware to me. But hey, glad I looked, helped me fix my issue. Maybe it'll help someone else 🙂

          1 Reply Last reply Reply Quote 0
          • Nuramoriundefined
            Nuramori
            last edited by

            Your “P500” in your config.g may be too high. I had a similar issue a while back, and I have mine set at P100. I haven’t had an issue since.

            Vetiundefined 1 Reply Last reply Reply Quote 0
            • Vetiundefined
              Veti @Nuramori
              last edited by

              @Nuramori said in BLTouch doesn't always deploy Duet 3 6HC:

              Your “P500” in your config.g may be too high. I had a similar issue a while back, and I have mine set at P100. I haven’t had an issue since.

              the bltouch is digital. the signal is either 0 or 1000.

              Nuramoriundefined 1 Reply Last reply Reply Quote 0
              • ctilley79undefined
                ctilley79 @dc42
                last edited by ctilley79

                @dc42 said in BLTouch doesn't always deploy Duet 3 6HC:

                In my case, g29 isn’t really involved. I ran g29 several times in succession and that didn’t seem to lock up the probe. I can home the machine, deploy and retract the probe just fine, walk away for an hour, and when I come back the probe is unresponsive. I’ll do some more investigation today. Switching io ports didn’t help for me.

                1 Reply Last reply Reply Quote 0
                • ComedianTF2undefined
                  ComedianTF2
                  last edited by ComedianTF2

                  I've had a similar issue, and managed it to narrow it down to the yellow BLTouch cable not being connected properly. I did a quick check disconnecting the cables one by one, and homing, and these are the results:

                  • white cable: no self-test, red LED on like normal, Z-probe value 1000, ejects pin but instantly retracts it and errors out
                  • black cable: no self-test, red led like normal, z-probe value 0 until homing, then goes to 1000 and errors out
                  • Yellow cable: completes self test, red LED works like it should, the Z-probe value is 0, but does not detect the homing, and will continue to move down even after pin gets disturbed
                  • red cable: does not do self test, no red LED, Z-probe value 1000
                  • brown cable: completes self test, red LED works, Z-probe value 0, ejects pin, works like normal

                  Note that my bltouch does not always do the self-test on bootup, and I'm not sure why so that part of the test might not be accurate

                  This is with a Duet 2 on RRF2 by the way

                  1 Reply Last reply Reply Quote 0
                  • Nuramoriundefined
                    Nuramori @Veti
                    last edited by Nuramori

                    @Veti there was an issue in a previous firmware version that P500 was a problem, and reducing it to P100 would help, per David’s suggestion. It did. After that version I went back to P500 as a mid value and the problem re-emerged. Going to P100 fixed it, so I’ve kept the value.

                    ctilley79undefined 1 Reply Last reply Reply Quote 0
                    • ctilley79undefined
                      ctilley79 @Nuramori
                      last edited by

                      @Nuramori Is your issue that the probe deploys and doesn't trigger, or are you having an issue with the probe not deploying at all?

                      Nuramoriundefined 1 Reply Last reply Reply Quote 0
                      • Nuramoriundefined
                        Nuramori @ctilley79
                        last edited by

                        @ctilley79 It was that it would deploy but not trigger.

                        ctilley79undefined 1 Reply Last reply Reply Quote 0
                        • ctilley79undefined
                          ctilley79 @Nuramori
                          last edited by

                          @Nuramori ok. That’s different than my issue. If I can get mine to deploy, it works flawlessly. Mine is not reacting to m401 or m402 commands after a given period of time.

                          User3Dundefined 1 Reply Last reply Reply Quote 0
                          • User3Dundefined
                            User3D @ctilley79
                            last edited by User3D

                            @ctilley79 I wanna know if you have deployprobe.g and retractprobe.g in /sys only !!!!! (If you do , can you post them here)

                            ctilley79undefined 1 Reply Last reply Reply Quote 0
                            • ctilley79undefined
                              ctilley79 @User3D
                              last edited by

                              @User3D Yes. They are automatically generated if you select P9 as the probe type if i'm not mistaken. Here's a copy of mine

                              M280 P0 S10 ; deploy BLTouch
                              
                              M280 P0 S90 ; retract BLTouch
                              
                              User3Dundefined 1 Reply Last reply Reply Quote 0
                              • User3Dundefined
                                User3D @ctilley79
                                last edited by

                                @ctilley79 said in BLTouch doesn't always deploy Duet 3 6HC:

                                @User3D Yes. They are automatically generated if you select P9 as the probe type if i'm not mistaken. Here's a copy of mine

                                Yes they are, I just wanted to see if you've changed something that is causing all .

                                1 Reply Last reply Reply Quote 0
                                • ctilley79undefined
                                  ctilley79
                                  last edited by

                                  Any update on this? just broke a bltouch probe because of this issue.

                                  Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                  • SJIundefined
                                    SJI
                                    last edited by

                                    I was having issues on IO_6, no deploy. checked wiring etc, all ok from that end. Changed to IO_7, now it works.

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

                                      @ctilley79 said in BLTouch doesn't always deploy Duet 3 6HC:

                                      Any update on this? just broke a bltouch probe because of this issue.

                                      I've poked DC42 to take a look again when he has a moment.

                                      Were you able to try a different BLTouch?

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      1 Reply Last reply Reply Quote 0
                                      • bzadundefined
                                        bzad
                                        last edited by

                                        Hi was this issue solved? I’m having this issue ive brand new bltouch connected to io7

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

                                          @bzad said in BLTouch doesn't always deploy Duet 3 6HC:

                                          Hi was this issue solved? I’m having this issue ive brand new bltouch connected to io7

                                          Probably best to start a new thread with your issue.

                                          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