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

    Duet 3 RRF3 BLtouch

    Scheduled Pinned Locked Moved
    Firmware installation
    4
    27
    941
    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.
    • mrenz999undefined
      mrenz999 @Phaedrux
      last edited by

      @Phaedrux Something new now. Tried to home z and it says zprobe already triggered at start of moving probe.

      1 Reply Last reply Reply Quote 0
      • baird1faundefined
        baird1fa @mrenz999
        last edited by

        @mrenz999 yes it needs the ^ that turns on the pull up resistor.

        Do you have your deploy.g and retract.g files setup?

        In deploy.g you need M280 P0 S10
        And retract.g needs M280 P0 S90

        That might be why it won’t deploy. Once they are setup M401 should deploy and M402 should retract.

        mrenz999undefined 1 Reply Last reply Reply Quote 0
        • mrenz999undefined
          mrenz999 @baird1fa
          last edited by

          @baird1fa
          ; deployprobe.g
          ; called to deploy a physical Z probe
          ;
          ; generated by RepRapFirmware Configuration Tool v3.1.1 on Thu Jun 04 2020 11:20:25 GMT-0700 (Pacific Daylight Time)
          ;M280 P0 S10 ; deploy BLTouch

          M280 P0 S10 ;deploy BLTouch

          ; retractprobe.g
          ; called to retract a physical Z probe
          ;
          ; generated by RepRapFirmware Configuration Tool v3.1.1 on Thu Jun 04 2020 11:20:25 GMT-0700 (Pacific Daylight Time)
          ; M280 P0 S90 ; retract BLTouch

          M280 P0 S90 ; retract BLTouch

          1 Reply Last reply Reply Quote 0
          • baird1faundefined
            baird1fa
            last edited by

            Mine had an issue with the steppers being active. I had to send an M18 to disable the extruder steppers. They were causing interference when active.

            mrenz999undefined 1 Reply Last reply Reply Quote 0
            • mrenz999undefined
              mrenz999 @baird1fa
              last edited by

              @baird1fa Duet 3 ? Or bltouch?

              baird1faundefined 1 Reply Last reply Reply Quote 0
              • baird1faundefined
                baird1fa @mrenz999
                last edited by baird1fa

                @mrenz999 both. I’ve got a BLTouch and a duet 3. Sorry the interference I think was between the duet 3 and the BLTouch.

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

                  I don't suppose you have an oscilloscope?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  mrenz999undefined 2 Replies Last reply Reply Quote 0
                  • mrenz999undefined
                    mrenz999 @Phaedrux
                    last edited by

                    @Phaedrux Sorry. I do not

                    1 Reply Last reply Reply Quote 0
                    • mrenz999undefined
                      mrenz999 @Phaedrux
                      last edited by mrenz999

                      @Phaedrux
                      The z probe is showing triggered on the machine tab, and it's value is 1000 on the dashboard.
                      Does it matter that I am using io3 ? Should I change it to 7 ?

                      baird1faundefined 1 Reply Last reply Reply Quote 0
                      • baird1faundefined
                        baird1fa @mrenz999
                        last edited by baird1fa

                        @mrenz999

                        It might matter. The documentation says to use io4,5or7. I’m using io4 and it works.

                        mrenz999undefined 2 Replies Last reply Reply Quote 0
                        • mrenz999undefined
                          mrenz999 @baird1fa
                          last edited by

                          @baird1fa That's what I was thinking. Going to just swap it to 7 and see what happens. Will update either way.

                          1 Reply Last reply Reply Quote 0
                          • mrenz999undefined
                            mrenz999 @baird1fa
                            last edited by

                            @baird1fa Ok changing it to 7 had this effect. Homed x and y fine. No change. Moved to center of bed and before it headed towards the bed it probed the retracted the probe and stopped moving with an error that the z probe was already triggered. So it triggered at the beginning of the start of the bed movement. Bed is still far away from the probe.

                            1 Reply Last reply Reply Quote 0
                            • mrenz999undefined
                              mrenz999
                              last edited by

                              I rechecked all wires. Unplugged and replugged it in. Hard cycled the power and now it seems to be working. Thank you everyone for your assitance 🙂

                              1 Reply Last reply Reply Quote 0
                              • baird1faundefined
                                baird1fa
                                last edited by

                                I’m glad we were able to help and you are up and running.

                                1 Reply Last reply Reply Quote 0
                                • baird1faundefined
                                  baird1fa
                                  last edited by

                                  it bet that internally that pin4,5,and7 are the only ones able to do a servo signal.

                                  it would be helpful if there was some error handling built into the firmware that would throw an error when you try to configure an incorrect pin to do servo commands.

                                  A Former User? 1 Reply Last reply Reply Quote 0
                                  • A Former User?
                                    A Former User @baird1fa
                                    last edited by

                                    @baird1fa said in Duet 3 RRF3 BLtouch:

                                    it bet that internally that pin4,5,and7 are the only ones able to do a servo signal.

                                    🎖

                                    https://duet3d.dozuki.com/Wiki/Duet_3_Mainboard_6HC_Hardware_Overview#Section_IO

                                    I only checked that io3.in was able to analoge in, my bad!

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