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

    BLTouch and Duet wifi - can't seem to let it work

    Scheduled Pinned Locked Moved
    Accessories and Add-ons
    5
    15
    631
    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.
    • Cinny1988undefined
      Cinny1988
      last edited by

      Changed the codes to
      M280 P0 S10
      M280 P0 S90

      Currently still get the error that the probe is already triggered at start of probing move.

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

        @Cinny1988 said in BLTouch and Duet wifi - can't seem to let it work:

        Changed the codes to
        M280 P0 S10
        M280 P0 S90

        Currently still get the error that the probe is already triggered at start of probing move.

        Hi,

        Try changing

        M558 P9 C"!zprobe.in" H5 F150 T2000 A10 R0.5 S0.3

        to

        M558 P9 C"zprobe.in" H5 F150 T2000 A10 R0.5 S0.3

        Frederick

        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

        1 Reply Last reply Reply Quote 0
        • David Greenundefined
          David Green
          last edited by David Green

          This works for me on V3.2.2 Duet Wifi and BLTouch .

          ; Endstops
          M574 X1 Y2 S4
          M574 Z1 S2 ; configure Z-probe endstop for low end on Z

          :Z-Probe
          M558 P9 C"^zprobe.in" H5 F120 T3000 ; FW v3 BLTouch connected to Z probe IN pin
          M950 S0 C"exp.heater5"
          G31 P500 X-32 Y13 Z2.9 ; Set Z probe trigger value, offset and trigger height
          M557 X15:225 Y15:225 S20 ; Define mesh grid
          M915 X Y S5 R2

          ; Disable heaters H3-H7 to free up pins
          M950 H3 C"nil"
          M950 H4 C"nil"
          M950 H5 C"nil"
          M950 H6 C"nil"
          M950 H7 C"nil"

          Phaedruxundefined 1 Reply Last reply Reply Quote 0
          • Cinny1988undefined
            Cinny1988
            last edited by

            Thanks everybody for helping me out with this.

            Unfortunately it's still not working. Good news is that all the errors are gone but the probe itself is not doing anything.

            When sending the G30 command it now raises the bed but the probe does nothing.

            David Greenundefined 1 Reply Last reply Reply Quote 0
            • David Greenundefined
              David Green @Cinny1988
              last edited by

              @Cinny1988 Are you on the correct pin? Your picture looks like you are not on H5. Mine is on pin 9 lower connector you look like you are on H3

              Cinny1988undefined 1 Reply Last reply Reply Quote 0
              • Cinny1988undefined
                Cinny1988 @David Green
                last edited by

                @David-Green mine is indeed on H3

                David Greenundefined 1 Reply Last reply Reply Quote 0
                • David Greenundefined
                  David Green @Cinny1988
                  last edited by

                  @Cinny1988 Change it over I guess either H3 or move pin

                  1 Reply Last reply Reply Quote 0
                  • Cinny1988undefined
                    Cinny1988
                    last edited by

                    Yes it finally works!
                    I changed the pin to H5 and adjusted the config information as shared.

                    Thank you all so much for the help.

                    fcwiltundefined 1 Reply Last reply Reply Quote 2
                    • fcwiltundefined
                      fcwilt @Cinny1988
                      last edited by

                      @Cinny1988 said in BLTouch and Duet wifi - can't seem to let it work:

                      Yes it finally works!
                      I changed the pin to H5 and adjusted the config information as shared.

                      Thank you all so much for the help.

                      Glad to hear you got it all sorted.

                      Frederick

                      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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

                        @David-Green said in BLTouch and Duet wifi - can't seem to let it work:

                        ; Disable heaters H3-H7 to free up pins
                        M950 H3 C"nil"
                        M950 H4 C"nil"
                        M950 H5 C"nil"
                        M950 H6 C"nil"
                        M950 H7 C"nil"

                        Freeing up pins isn't needed by default in RRF 3.1 and beyond as the pins are free to begin with. You'd only need to free them if you wanted to reconfigure one on the fly.

                        Likewise this is no longer needed in RRF3 either. M307 H5 A-1 C-1 D-1 ; unbind heater pin

                        Z-Bot CoreXY Build | Thingiverse Profile

                        David Greenundefined 1 Reply Last reply Reply Quote 0
                        • David Greenundefined
                          David Green @Phaedrux
                          last edited by

                          @Phaedrux Thanks, I will amend my config.g, not that it seems to have any impact on operation.

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