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

    BLTouch w/ DUet 3 mini 5+ Wifi (Ender 3 Pro)

    Scheduled Pinned Locked Moved
    IR Height Sensor
    3
    36
    2.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.
    • Gixxerfastundefined
      Gixxerfast @teachmedavis747
      last edited by

      @teachmedavis747

      If it doesn't try to move -240 when in relative mode (G91) with the H1 parameter I guess that the endstop is maybe already triggered.

      Check endstop status with the M119 command and see.

      Otherwise I'm a bit stumped...

      Voron V2.4 (#1317) with Duet 3 Mini5+ Wifi and 1LC v1.1 Toolboard
      Voron V0.1 (#637) with Duet 3 Mini 5+ Wifi and 1LC v1.2 Toolboard
      Ender 3 Pro with BTT SKR-2 + RRF

      teachmedavis747undefined 1 Reply Last reply Reply Quote 0
      • teachmedavis747undefined
        teachmedavis747 @Gixxerfast
        last edited by teachmedavis747

        @gixxerfast

        I think you are correct. Without hitting either of the stops M119 reads:

        m119 Endstops - X: at min stop, Y: at min stop, Z: no endstop, Z probe: not stopped

        Edit:

        I read another discussion and found this would finally work to get the print head to move towards the end stop... but the endstop pin is still not being recognized.

        M574 X1 S1 P"!^io5.in"                              
        M574 Y1 S1 P"!^io6.in"
        
        Gixxerfastundefined 1 Reply Last reply Reply Quote 0
        • Gixxerfastundefined
          Gixxerfast @teachmedavis747
          last edited by Gixxerfast

          @teachmedavis747 With Duet 3 boards you don’t need to explicitly enable pullups. So try to remove the ^ but keep the inverse (!) I guess you reverted back to the H1 parameter? Also check with M119 after you made the changes. Try holding in the endstops and check with M119 again.

          Voron V2.4 (#1317) with Duet 3 Mini5+ Wifi and 1LC v1.1 Toolboard
          Voron V0.1 (#637) with Duet 3 Mini 5+ Wifi and 1LC v1.2 Toolboard
          Ender 3 Pro with BTT SKR-2 + RRF

          teachmedavis747undefined 1 Reply Last reply Reply Quote 0
          • teachmedavis747undefined
            teachmedavis747 @Gixxerfast
            last edited by

            @gixxerfast

            Yes so with or without the "^" the "!" works. But now I ran into the other issue of the end stops reading properly. I guess the next step is to check the wiring on those and see what I can do. Thanks for your help on this. Hope you had a good weekend.

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

              Yes please show us how the endstops are wired at the board.

              H2 will move the axis regardless of the endstop. Not what you want to do.

              Z-Bot CoreXY Build | Thingiverse Profile

              teachmedavis747undefined 1 Reply Last reply Reply Quote 0
              • teachmedavis747undefined
                teachmedavis747 @Phaedrux
                last edited by

                @phaedrux

                Okay. Thanks. Here is a photo.

                2022-01-17 16.47.jpg

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

                  @teachmedavis747 said in BLTouch w/ DUet 3 mini 5+ Wifi (Ender 3 Pro):

                  But now I ran into the other issue of the end stops reading properly.

                  What exactly do you mean by this?

                  Wiring looks ok,

                  When you check the endstop status with M119 when the switches are pressed and not, what does it say?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  teachmedavis747undefined 1 Reply Last reply Reply Quote 0
                  • teachmedavis747undefined
                    teachmedavis747 @Phaedrux
                    last edited by

                    @phaedrux

                    m119 Endstops - X: at min stop, Y: at min stop, Z: no endstop, Z probe: not stopped

                    this is when they are not pressed

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

                      And when they are pressed? Does it change?

                      What is your M574 now?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • Gixxerfastundefined
                        Gixxerfast @teachmedavis747
                        last edited by

                        @teachmedavis747 The endstops on the Ender 3 are stock wired NC so with the builtin pullup this is how my configuration looked with the mini5+

                        ; Endstops
                        M574 X1 S1 P"io5.in"
                        M574 Y1 S1 P"io6.in"
                        

                        I think you should remove the inverse (!) but as @Phaedrux says, check with M119 when the endstop IS pressed also.

                        Voron V2.4 (#1317) with Duet 3 Mini5+ Wifi and 1LC v1.1 Toolboard
                        Voron V0.1 (#637) with Duet 3 Mini 5+ Wifi and 1LC v1.2 Toolboard
                        Ender 3 Pro with BTT SKR-2 + RRF

                        1 Reply Last reply Reply Quote 1
                        • alankilianundefined alankilian referenced this topic
                        • alankilianundefined alankilian referenced this topic
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA