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

    BL-Touch - multiple problems -

    Scheduled Pinned Locked Moved Unsolved
    Firmware installation
    5
    60
    2.5k
    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.
    • duttiundefined
      dutti
      last edited by

      ; Z-Probe
      M558 P9 C"^io7.in" H15 F120 T1400 ;set Z probe type to bltouch and the dive height + speeds
      M950 S0 C"io7.out" ; create servo pin 0 for BLTouch
      G31 P500 X20 Y100 Z4 ; set Z probe trigger value, offset and trigger height
      M557 X15:650 Y15:650 S60 ; define mesh grid

      JoergS5undefined 1 Reply Last reply Reply Quote 0
      • JoergS5undefined
        JoergS5 @dutti
        last edited by JoergS5

        @barbarossa-cologne from documentation, setting lower P for G31 seems better:
        G31 P25 X20 Y100 Z4

        and
        M558 P9 C"io7.in" H15 F120 T1400
        without the ^, because Duet 3 IO ports all have pullups already.

        https://duet3d.dozuki.com/Wiki/Connecting_endstop_switches#Section_Duet_3_endstop_inputs each IO of Duet 3 has already pullup resistors: "Endstop devices can be connected to the IO_0 through IO_9 connectors. Each endstop input has a 27K pullup resistor, so the endstop devices only need to sink 0.12mA."

        You wrote above, that removing ^ didn't work, but how did you mention, maybe it was the wrong P of G31 or some other cause.

        1 Reply Last reply Reply Quote 0
        • duttiundefined
          dutti
          last edited by

          @JoergS5
          ITS WORKING!!!!!!
          I connected the BL to IO4.
          I think the IO7 connector isn´t working.
          Refund Duet??? 🙂
          I´m not sure about the ´´^ ´´. Let it like this and its working now.

          JoergS5undefined 1 Reply Last reply Reply Quote 0
          • JoergS5undefined
            JoergS5 @dutti
            last edited by

            @barbarossa-cologne I am glad to hear that!!

            duttiundefined 1 Reply Last reply Reply Quote 0
            • duttiundefined
              dutti @JoergS5
              last edited by

              @JoergS5
              And NO. I´m a Idiot. the ´´^ `` must be deleted. Thanks Jörg and @Phaedrux

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

                @barbarossa-cologne said in BL-Touch - multiple problems -:

                @Phaedrux said in BL-Touch - multiple problems -:

                M98 Pconfig.g

                ´´´Response to long, see console´´.

                So switch to the Console page of DWC to see the messages.

                I havent connected the expansion board, yet. Is this a problem?

                You will get some error messages from running config.g if it refers to ports on an expansion board that isn't connected.

                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

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

                  @barbarossa-cologne said in BL-Touch - multiple problems -:

                  @JoergS5
                  And NO. I´m a Idiot. the ´´^ `` must be deleted. Thanks Jörg and @Phaedrux

                  So you're able to use io7 when removing the ^?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  duttiundefined 1 Reply Last reply Reply Quote 0
                  • duttiundefined
                    dutti @dc42
                    last edited by

                    @dc42
                    ok. problem solved.
                    thanks

                    1 Reply Last reply Reply Quote 0
                    • duttiundefined
                      dutti @Phaedrux
                      last edited by

                      @Phaedrux
                      no IO7 is dead. with or without. no retract or deploy

                      JoergS5undefined 1 Reply Last reply Reply Quote 0
                      • JoergS5undefined
                        JoergS5 @dutti
                        last edited by

                        @barbarossa-cologne said in BL-Touch - multiple problems -:

                        @Phaedrux
                        no IO7 is dead. with or without. no retract or deploy

                        I would make an image from the soldered side of io7 and publish so it can be valued whether it may be a soldering problem.

                        duttiundefined 1 Reply Last reply Reply Quote 1
                        • duttiundefined
                          dutti @JoergS5
                          last edited by

                          @JoergS5
                          ok. I´ll do it!

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

                            In addition to the photos can you also provide the following:

                            The output of M122
                            The output of M98 P"config.g"
                            Your current config.g

                            Also please do this test and report the results:

                            Send M950 J5 C"io7.in", then read the state of the pin by sending: echo sensors.gpIn[5]

                            Do this both with and without a jumper shorting io7.in to ground.

                            Result should be 0 with the jumper, 1 without

                            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