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

    Servo deployed probe on Duet Maestro

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    86
    3.6k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Well the config portion would be very similar to the bltouch. You'd need to define the servo pin with an M950 and you can use the deployprobe/retractprobe macros to control it with servo movement commands. It'll depend on your servo what those commands are. And your M558 trigger pin would need to be defined.

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • Blacksheep99undefined
        Blacksheep99
        last edited by

        Thanks for the info. I connected the servo up to the board and was trying to use the command line to send gcode to try test it but I've figured I have to connect everything up and then work through the gcode to get it to do what I want. I was trying to test but I think I've oversimplified thinks in my own mind.

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

          Here's an alternate probe kind of like the BLtouch that might open your mind to thinking about how it might work for yours.

          https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Touch_Mi

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • Blacksheep99undefined
            Blacksheep99
            last edited by

            Thanks. I hope to get to a position over the weekend to be able to test everything. This will be useful.

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

              Post some photos/diagram of your intended wiring and you might get some feedback.

              Z-Bot CoreXY Build | Thingiverse Profile

              Blacksheep99undefined 1 Reply Last reply Reply Quote 0
              • Blacksheep99undefined
                Blacksheep99 @Phaedrux
                last edited by

                @Phaedrux I'll add some in the morning before I look to test/proceed. Thanks for the advice.

                1 Reply Last reply Reply Quote 0
                • Vetiundefined
                  Veti
                  last edited by

                  i am using this

                  https://www.thingiverse.com/thing:3303618

                  and it works on the maestro.

                  all the connections are going to the z probe header.

                  gnd is combined and 5v is combined in this case.

                  Blacksheep99undefined 1 Reply Last reply Reply Quote 0
                  • Blacksheep99undefined
                    Blacksheep99
                    last edited by

                    Thanks all. @Veti how did you define that probe in your config?

                    I plan to try get this working tomorrow

                    1 Reply Last reply Reply Quote 0
                    • Vetiundefined
                      Veti
                      last edited by

                      M574 Z1 S2 ; Set endstops controlled by probe
                      M950 S0 C"^zprobe.mod" ; create servo pin 0 for BLTouch
                      M558 P8 C"^zprobe.in" H2 F900 T6000 ; Set Z probe type to switch and the dive height + speeds
                      G31 P1000 X31 Y-8 Z2.43 ; Set Z probe trigger value, offset and trigger height

                      1 Reply Last reply Reply Quote 0
                      • Blacksheep99undefined
                        Blacksheep99
                        last edited by

                        Thanks. I’ll need to work through each command but it’s very helpful having a reference. Appreciate your help

                        1 Reply Last reply Reply Quote 0
                        • Blacksheep99undefined
                          Blacksheep99
                          last edited by

                          I've tried to get this to work today. I think the servo may have broken though. I initially was able to get the servo to deploy the probe but the M402 retract command did it not M401 so I figured my deploy and retract settings were obviously wrong. Neither command does anything now.

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

                            Smaller servos can burn out if forced in a way they can't go.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            Blacksheep99undefined 1 Reply Last reply Reply Quote 0
                            • Blacksheep99undefined
                              Blacksheep99 @Phaedrux
                              last edited by

                              @Phaedrux That's likely what has happened. I plan to take it out later. I've ordered a new one in case it has. I'll test it out of the printer.

                              1 Reply Last reply Reply Quote 0
                              • Blacksheep99undefined
                                Blacksheep99
                                last edited by

                                I've replaced the servo and the probe now deploys. It seems to work fine when I issue M401 and it retracts to M402.

                                In the dashboard my probe is showing as 1000. I'm a bit lost with this part. I've defined it as a switch with P8.

                                The nipple microswitch (for want of a better description) I'm currently using has two wires, so different to a microswitch I'm used to where there are 3 connection points. It's a Zippy switch. I'm trying to work out the two wires which at the moment I have one connected to the 3.3v on the zprobe header and the other to the zprobe.in.

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

                                  And what do you have in your M558 line? It may need to be inverted.

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  Blacksheep99undefined 1 Reply Last reply Reply Quote 0
                                  • Blacksheep99undefined
                                    Blacksheep99 @Phaedrux
                                    last edited by

                                    @Phaedrux This is what I currently have.

                                    M950 S0 C"^zprobe.mod" 							; create servo pin 0 for BLTouch
                                    M558 P8 C"^zprobe.in" H5 F120 T6000 			; Set Z probe type to switch and the dive height + speeds
                                    G31 P1000 X-20 Y-10 Z15 						; Set Z probe trigger value, offset and trigger height
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Phaedruxundefined
                                      Phaedrux Moderator
                                      last edited by

                                      Try this

                                      M558 P8 C"^!zprobe.in" H5 F120 T6000
                                      G31 P500 X-20 Y-10 Z15

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      Blacksheep99undefined 1 Reply Last reply Reply Quote 0
                                      • Blacksheep99undefined
                                        Blacksheep99 @Phaedrux
                                        last edited by

                                        @Phaedrux Thanks, it's now showing as 0!

                                        1 Reply Last reply Reply Quote 0
                                        • Blacksheep99undefined
                                          Blacksheep99
                                          last edited by

                                          So I'm following the test guidance. To manually test. I've just ran G30 and the probe deploys and Z starts to move up but then an error is triggered.

                                          G30
                                          Error: Z probe was not triggered during probing move

                                          It may be one for the morning.... a clear head and do some more reading.

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

                                            @Blacksheep99 said in Servo deployed probe on Duet Maestro:

                                            Z starts to move up

                                            This is ambiguous. Do you mean the probe and the bed are getting closer together?

                                            G31 Z15 means the nozzle is 15mm above the bed when the probe triggers? Is that correct? Yet your dive height is only 5mm M558 H5.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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