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

    Duet3 6HC not deploying BL touch for mesh bed leveling

    Scheduled Pinned Locked Moved Solved
    Tuning and tweaking
    5
    79
    3.7k
    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.
    • autopilot.exeundefined
      autopilot.exe
      last edited by

      G30 does not deploy the probe either. the bed just moves up without the probe shooting down first

      fcwiltundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @autopilot.exe
        last edited by

        @autopilot-exe said in Duet3 6HC not deploying BL touch for mesh bed leveling:

        G30 does not deploy the probe either. the bed just moves up without the probe shooting down first

        So what happened since you posted this:

        Good news: it still works a z endstop. the probe deploys and retracts at the appropriate times.
        Bad news: G29 still doesn't deploy the probe

        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 @autopilot.exe
          last edited by

          @autopilot-exe said in Duet3 6HC not deploying BL touch for mesh bed leveling:

          G30 does not deploy the probe either. the bed just moves up without the probe shooting down first

          You mean at the same location as the G29 would use?

          If so, sounds like intermittent connection.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • autopilot.exeundefined
            autopilot.exe
            last edited by

            we've come full circle.

            the situation as it sits now:

            The BL Touch functions correctly after a machine reset. Issuing a G28 Z command sends the BL Touch to the correct spot and the probe deploys, reads, and then retracts. After that the probe becomes completely non responsive.

            M401, M402 say green in the console but no action actually happens in real life.

            After the first time XYZ, and C are homed the BL Touch wont respond to anything, including M280 S0 macros.

            This is leading me to believe that the Duet is not recognizing that servo number as a Z probe, since the location data is still being used but the actual probe is being ignored. i.e my mesh area is 100:400 in both X and Y and my probe offset is X-63 Y-61. When G29 is called, the toolhead moves to X161 Y161 and attempts to probe.

            ; Endstops
            M574 X1 S1 P"!io1.in"                                                  ; configure active-high endstop for low end on X via pin !io1.in
            M574 Y1 S1 P"!io0.in"                                                  ; configure active-high endstop for low end on Y via pin !io0.in
            ;M574 Z1 S2 P"!io7.in"                                                            ; configure Z-probe endstop for low end on Z
            
            ; Stall detection for tool coupler
            M915 C S5 F0 H200
            
            ; Z-Probe
            M950 S0 C"io5.out"
            M558 P9 C"io5.in" H5 F120 T6000 R0.2 A1 S0.01 ; 1 reading
            ;M950 S0 C"io7.out"                                                     ; create servo pin 0 for BLTouch
            ;M558 P9 C"^io7.in" H5 F120 T6000                                       ; set Z probe type to bltouch and the dive height + speeds
            M557 X100:400 Y100:400 S25:25                                          ; define mesh grid
            G31 P50 X-63 Y-61 Z2.5                                                 ; set Z probe trigger value, offset and trigger height
            
            1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator
              last edited by

              Can you direct connect the BLTouch to the board skipping any wire extensions and see if it behaves better?

              Either the probe or the wiring are bunko. The config looks fine.

              90% of the time it's the wiring with BLtouch issues.

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • autopilot.exeundefined
                autopilot.exe
                last edited by

                Swapped out BL Touch with another unit we had. Still the same issue. I can confirm the wiring is good since we had this same setup with a duet 2 and expansion before switching to the duet 3

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

                  Other than testing a direct connection with the BLTouch I can't think of anything else.

                  What version of BLtouch is it btw?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  autopilot.exeundefined 1 Reply Last reply Reply Quote 0
                  • autopilot.exeundefined
                    autopilot.exe @Phaedrux
                    last edited by

                    @Phaedrux v3.1

                    so I've boiled it down to:

                    the duet recognizes the BL touch as servo 0 since after power on but before homing z I can use my M280 macros as many times as I want. After the duet calls for the BL touch to be used as a z endstop the first time my macros quit working and none of the commands involving the BL Touch see servo 0 anymore either (G29, G30, G32, M401, M402, and G28 Z). Somehow the device gets "used up" and wont be replaced until a board reset.

                    1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator @autopilot.exe
                      last edited by

                      @autopilot-exe said in Duet3 6HC not deploying BL touch for mesh bed leveling:

                      ;Open Coupler M98 P/macros/Coupler - Unlock

                      What's in this macro then?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • autopilot.exeundefined
                        autopilot.exe
                        last edited by

                        Update to close out this thread.

                        I moved away from the BL Touch for mesh bed leveling. I switched to using the mechanical switch included on the bottom of the E3D tool changer. This almost worked out of the box with no modifications to the config file. I actually found another post made by @dc42 where he had walked someone through setting it up. Ever since then things have been great. I appreciate all the help along the way!

                        1 Reply Last reply Reply Quote 1
                        • wdenkerundefined
                          wdenker
                          last edited by

                          I am seeing this same issue on one of my 3 duet 3 setups. All the wiring is correct, and configs are the same on all three. Two of the machines work no problem this one just quit out of no where.

                          www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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