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

    Z-probe (BLTouch) and dual z axis help on Duet 3

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    6
    21
    1.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.
    • triumphantdukeundefined
      triumphantduke
      last edited by

      So... Learning experience. Fixed the z motor lack of movement. The only place to mention that there are two z motors is in the initial declaration, you can't put multiple step settings/amp settings/etc. Still working on BLtouch to work, and fixing super low temps on thermistors at room temperature, like -275C, but if i fake it and up the resistance, and get it to heat, it has not issues (false open circuit failure if i dont mod the resistance for first heat)

      1 Reply Last reply Reply Quote 0
      • triumphantdukeundefined
        triumphantduke
        last edited by triumphantduke

        Another learning experience for those out there configuring a duet 3, with beta firmware, when you do this M584 X0.0 Y0.1 Z0.2:0.3 E0.4:0.5 you end up controlling z motors when you try to retract/extrude lol BUT when you do:
        M584 X0.0 Y0.1 Z0.2:0.3
        M584 E0.4:0.5

        Then retracting/extruding ends up using the right motors.

        Now.... the last piece of the puzzle is the BLtouch and then setup mesh bed leveling. It does successfully self test a couple times when powered on, then led stays solid red and duet web interface shows "0" for z probe. When I try to do M401 then nothing.. if I'm using a duet 3 what governs "pin" or "servo" number in the below? (M950 S# or M280 P#) I'm running out of trouble shooting strategies.. 😧

        config.g
        ; Z-Probe
        M558 P9 C"io2.in" H5 R1 F50 T6000 A5 S0.02 B1 ; set Z probe type to bltouch and the dive height + speeds
        M950 S0 C"io2.out"
        G31 P500 X1 Y2 Z2.5 ; set Z probe trigger value, offset and trigger height
        M557 X15:440 Y15:440 P20 ; define mesh grid

        deployprobe.g
        M950 S0 C"io2.out"
        M280 P0 S10

        retractprobe.g
        M950 S0 C"io2.out"
        M280 P0 S90

        Pin connections...
        Red 5v to 5v EXT
        Yellow/orange, signal to io2.out
        2 grnd wires to GRND
        White, Zmin to io2.in

        1 Reply Last reply Reply Quote 1
        • stereoundefined
          stereo
          last edited by stereo

          Maybe you need PWM on the orange cable? On https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview have SERVO pin.. Where is he? It doesn’t work for me either. There is no instruction where to connect which cable.

          1 Reply Last reply Reply Quote 0
          • triumphantdukeundefined
            triumphantduke
            last edited by

            So new finding... Plugging in BLTouch to io2 had no success, BUT simply plugging into io8 works now?

            Should I do a warranty claim @dc42? I had this same issue when with fans, some plugs on board seem to not function and changing to a different one caused the fans to work too

            stereoundefined 1 Reply Last reply Reply Quote 0
            • stereoundefined
              stereo @triumphantduke
              last edited by

              YES, in 8 work. thx

              1 Reply Last reply Reply Quote 1
              • triumphantdukeundefined
                triumphantduke
                last edited by triumphantduke

                new nuance found, to successfully save bed mesh grid (G29), you need to have a memory card hooked up to the duet 3 board. Running mesh bed compensation will not automatically understand to save to SBC if there is no mem card on duet 3, and I didn't find a way to point it in the right direction. After it runs, it will save a file to the board, cool but now you have to take the sd card out from the duet 3 and manually transfer that file from the duet 3 sd to your SBC sd card in the same directory as config.g (easier to just connect to your SBC through web and drag and drop the file.). On the plus side, it's time for my first test print! woohoo!

                stereoundefined 1 Reply Last reply Reply Quote 0
                • gtj0undefined
                  gtj0
                  last edited by gtj0

                  This was just fixed but I don't think it's been released yet.
                  https://forum.duet3d.com/post/111473

                  1 Reply Last reply Reply Quote 0
                  • stereoundefined
                    stereo @triumphantduke
                    last edited by

                    @triumphantduke Does it make sense in SBC on a regular printer with 4 motors? What is it that they all rush about with it?

                    triumphantdukeundefined 1 Reply Last reply Reply Quote 0
                    • triumphantdukeundefined
                      triumphantduke @stereo
                      last edited by

                      @stereo for the low number of motors, probably no biggg deal for printing. BUT it makes a huge difference in the web/user interface speeds for only 40 dollarsish for a raspberry pi. Then you get the added benefits of taking pictures/streaming while you print, incase youre into that

                      1 Reply Last reply Reply Quote 0
                      • triumphantdukeundefined
                        triumphantduke
                        last edited by

                        uploaded my config here... first print went ok! but need to get some part cooling going on for PLA 😧

                        https://github.com/murtagh1/Cartisian_Duet3_RRF3

                        1 Reply Last reply Reply Quote 1
                        • dc42undefined
                          dc42 administrators
                          last edited by dc42

                          I assume you have a Duet 3 version 0.6. Pin io2.out is not PWM capable, so it cannot be used to control a BLTouch. Use io4, 5, 6, 7 or 8 instead. I am sorry I didn't spot this earlier in your config.

                          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

                          triumphantdukeundefined 1 Reply Last reply Reply Quote 2
                          • brendonundefined
                            brendon
                            last edited by

                            Thanks @triumphantduke for posting all of your work along the way. The wiring connections you mentioned and sharing your git repo for your config.g were very helpful for me in getting G29 working in only a few minutes. If you have the bltouch working on your end, could you mark the thread 'resolved' so people know that it contains an accurate solution?

                            Current Duet3 version:
                            RepRapFirmware for Duet 3 MB6HC 3.4.0 beta 6 (2021-11-06)
                            Duet Web Control 3.4.0-b6

                            triumphantdukeundefined 1 Reply Last reply Reply Quote 0
                            • triumphantdukeundefined
                              triumphantduke @brendon
                              last edited by

                              @brendon I'm glad it helped! Sorry, yes i should mark it as resolved. Still working on slicer settings, but hopefully will zone in on something functional!

                              1 Reply Last reply Reply Quote 0
                              • triumphantdukeundefined
                                triumphantduke @dc42
                                last edited by

                                @dc42 Thank you!

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

                                  I have updated the instructions on connecting Z probes to include how to connect a BLTouch to Duet 3.

                                  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

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