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

    BL-Touch - multiple problems -

    Scheduled Pinned Locked Moved Unsolved
    Firmware installation
    5
    60
    2.4k
    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 @Phaedrux
      last edited by

      @Phaedrux
      short describtion for update firmware?
      with pi 4

      M401 / M402 are not working. The web control shows the normal green button on rigth bottom screen but no moving.
      When I connect the BL the test move happens.......

      M280 P0 S120

      • green button on screen, no moving or something else.

      I don´t know which version. Can I see it on the wire colours?
      Original from antlabs and bougth last week.
      thanks to canada

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

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator @dutti
          last edited by

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

          short describtion for update firmware?
          with pi 4

          https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3#Section_Updating_Duet_3_main_board_firmware

          M401 / M402 are not working. The web control shows the normal green button on rigth bottom screen but no moving.
          When I connect the BL the test move happens.......
          M280 P0 S120

          green button on screen, no moving or something else.

          It sounds like a wiring issue. The probe is getting power and ground, but no signal. Triple check your wiring and crimps. A good test is to connect the short leads from the BLtouch directly to the board to eliminate the extension wires.

          Z-Bot CoreXY Build | Thingiverse Profile

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

            @barbarossa-cologne

            I saw this settings made in the configuration tool. I tried to change the settings manual. Maybe I made somethig wrong there?

            z.jpeg io.mapping.jpeg

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

              That all looks ok as long as you're actually wired up to the io7 in and out pins.

              Z-Bot CoreXY Build | Thingiverse Profile

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

                @Phaedrux
                ok. I´ll check everything-

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

                  @Phaedrux
                  What do you mean with ´´actually wired up to the ioin and out pins´´?

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

                    I mean that your config looks ok, now the wiring must be correct for the config to work.

                    Z-Bot CoreXY Build | Thingiverse Profile

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

                      @Phaedrux
                      ok sry.
                      I tested the wiring. Its not the problem....
                      this is the last problem I have to solve before starting. Thats really bad.

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

                        If that's the case and the wiring is good please update your firmware (as linked above for the Duet + SBC). Send M115 after to verify.

                        Then please send M98 Pconfig.g and report any errors.

                        Z-Bot CoreXY Build | Thingiverse Profile

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

                          @Phaedrux
                          M98 Error: Non-empty string expected
                          firmware is updated

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

                            That's a weird error. You're sending this exactly?

                            M98 Pconfig.g

                            Z-Bot CoreXY Build | Thingiverse Profile

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

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

                              M98 Pconfig.g

                              yes

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

                                try M98 P"config.g"

                                Z-Bot CoreXY Build | Thingiverse Profile

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

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

                                  M98 Pconfig.g

                                  ´´´Response to long, see console´´.
                                  I havent connected the expansion board, yet. Is this a problem?

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

                                    Are you in the DWC gcode console when you send that?

                                    Z-Bot CoreXY Build | Thingiverse Profile

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

                                      @Phaedrux yes

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

                                        I homed z again. It's homing without triggering manual the BL.

                                        Also when I go down with the z axis... doesn't care which amount and then homing z, the z motors are turning back always the same amount and it stops.
                                        --> I hope that helps

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

                                          I'm not exactly sure what you mean.

                                          Looking back over your config.g I notice two things on your M558 command that we can try changing.

                                          M558 P9 C"^io7.in" H15 F120 1400

                                          First, you're missing the T in front of the 1400 to define the travel speed between probe points.

                                          Second, try removing the ^ from in front of io7.in. I think it's only zprobe.in that requires the pullup.

                                          I'd still like to see what the gcode console output is from sending M98 P"config.g" It should echo SOMETHING back.

                                          Z-Bot CoreXY Build | Thingiverse Profile

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

                                            M558 P9 C"io7.in" H15 F120 T1400 ----> doesn´t work

                                            M98 P"config.g"
                                            --> response to long, see console

                                            Should I buy a other sensor?
                                            My motivation after a few days is down.....

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