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

    BLTouch will not deploy

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    5
    15
    1.0k
    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.
    • PeteIHughesundefined
      PeteIHughes @Veti
      last edited by

      @Veti

      Hope these help.
      As I said, I wired it per https://betrue3d.dk/bltouch-on-duet-wifi-configuratio-and-usage/
      on heater 7

      Also tried the wiring on this site and heater 3

      DSC01703-min.JPG DSC01702-min.JPG DSC01701-min.JPG DSC01700-min.JPG

      1 Reply Last reply Reply Quote 0
      • PeteIHughesundefined
        PeteIHughes @DIY-O-Sphere
        last edited by

        @DIY-O-Sphere

        Sorry, I really don't understand.
        I tried the wiring on the page you linked
        https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe
        and this in my config.g
        M307 H3 A-1 C-1 D-1
        M558 P9 H5 F100 T2000
        G31 X0 Y0 Z0 P25

        so heater 3 I guess.
        I did not come across any documentation for the pullup resistor ^ thing.

        I am just trying to follow posted documentation

        Thanks

        Pete
        btw, the Ender 3 stock is doing a massive job printing the PETG mount right now

        Phaedruxundefined DIY-O-Sphereundefined 2 Replies Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator @PeteIHughes
          last edited by

          @PeteIHughes said in BLTouch will not deploy:

          and this in my config.g
          M307 H3 A-1 C-1 D-1
          M558 P9 H5 F100 T2000
          G31 X0 Y0 Z0 P25

          This is for firmware 2.0. Are you using Firmware 3.0 or no? Your original config looked almost correct for RRF3.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • DIY-O-Sphereundefined
            DIY-O-Sphere @PeteIHughes
            last edited by

            @PeteIHughes
            Sorry the link wasn't copied as expected....
            https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Software_setup_RepRapFirmware_Num_3

            M950 S0 C"exp.heater7" ; create servo pin 0 for BLTouch
            M558 P9 C"zprobe.in+zprobe.mod" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds

            You have wired to heater 7 so the code should be
            M950 S0 C"exp.heater7"
            M558 P9 C"^zprobe.in" H5 F120 T6000
            You don't need the mod pin....

            (UTC+1)

            1 Reply Last reply Reply Quote 0
            • DIY-O-Sphereundefined
              DIY-O-Sphere @PeteIHughes
              last edited by DIY-O-Sphere

              @PeteIHughes
              Also check the endstop setting
              That would use an connected endstop

              M574 Z1 S1 P"zstop" ; configure active-high endstop for low end on Z via pin zstop

              Normally with Bltouch the probe is used as endstop
              M574 Z1 S2 ; Set endstops controlled by probe

              (UTC+1)

              PeteIHughesundefined 1 Reply Last reply Reply Quote 0
              • PeteIHughesundefined
                PeteIHughes @DIY-O-Sphere
                last edited by

                @DIY-O-Sphere
                Thanks for all the help BTW

                Unfortunately, none of the above suggestions has affected anything.

                It is not that the BLtouch isn't probing correctly.

                The issue is that the probe doesn't move at all.
                The probe servo is not moving the tip out.
                It does so twice on power up, but never again.

                M401 does nothing.

                It is almost like it is dead, but as I said, I have 2, and 2 sets of wires.
                So I believe that the Duet is not sending a signal to operate the probe pin..

                I have a multimeter if needed to check duet pin outputs,
                and worse case scenario, I have a stock ender 3 I could test it on.

                Thx again

                Pete

                DIY-O-Sphereundefined 1 Reply Last reply Reply Quote 0
                • PeteIHughesundefined
                  PeteIHughes
                  last edited by

                  I am on Duet Web Control ver 2.0:4
                  Wifi Server ver 1.22
                  Wifi/ethernet 3.0
                  2020.01.03b3

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

                    @Veti said in BLTouch will not deploy:

                    post a picture of your wiring

                    the rrf3 deploy is

                    M280 P0 S10 ; deploy BLTouch

                    What do you have in your deploy macro? Does it match what veti says here?

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • DIY-O-Sphereundefined
                      DIY-O-Sphere @PeteIHughes
                      last edited by

                      @PeteIHughes said in BLTouch will not deploy:

                      It does so twice on power up, but never again.

                      Then the Bltouch is working
                      Have you tried "M280 P0 S10" in DWC?

                      (UTC+1)

                      PeteIHughesundefined 1 Reply Last reply Reply Quote 0
                      • PeteIHughesundefined
                        PeteIHughes @DIY-O-Sphere
                        last edited by

                        @DIY-O-Sphere
                        That worked !!!!!!!
                        so my guess is that my deploy probe "g" file is bad.
                        It is all lower case.
                        could that be it ?

                        dc42undefined 1 Reply Last reply Reply Quote 0
                        • DIY-O-Sphereundefined
                          DIY-O-Sphere
                          last edited by DIY-O-Sphere

                          @PeteIHughes
                          If they are from RRF2 you have to edit the content

                          deployprobe.g
                          M280 P0 S10

                          retractprobe.g
                          M280 P0 S90

                          (UTC+1)

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

                            @PeteIHughes said in BLTouch will not deploy:

                            @DIY-O-Sphere
                            That worked !!!!!!!
                            so my guess is that my deploy probe "g" file is bad.
                            It is all lower case.
                            could that be it ?

                            No, lowercase is fine. The difference is the M280 P parameter. In RRF2, the P parameter is the logical pin number, which for heater pins is the same as the heater number. In RRF3 is it the number of the servo device that you created using the M950 S 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
                            • First post
                              Last post
                            Unless otherwise noted, all forum content is licensed under CC-BY-SA