• Tags
  • Documentation
  • Order
  • Register
  • Login
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.
  • undefined
    Phaedrux Moderator
    last edited by 8 Jan 2021, 22:10

    It should be pretty similar to the BLtouch. You have a servo to deploy and retract and a switch to trigger.

    As for exactly what goes where I'm not sure. But if you have the pinouts from your servo and switch and can make analogies to the BLtouch you should be able to work it out?

    Z-Bot CoreXY Build | Thingiverse Profile

    undefined 1 Reply Last reply 8 Jan 2021, 22:26 Reply Quote 0
    • undefined
      Blacksheep99 @Phaedrux
      last edited by 8 Jan 2021, 22:26

      @Phaedrux I'm working the pinouts out although I don't see that as the problem as such. I guess what I'm asking is for confirmation of the gcode I should be using to make this work. I'm working hard to get my head around it all. Keen to learn.

      1 Reply Last reply Reply Quote 0
      • undefined
        Phaedrux Moderator
        last edited by 8 Jan 2021, 22:32

        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
        • undefined
          Blacksheep99
          last edited by 8 Jan 2021, 22:36

          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
          • undefined
            Phaedrux Moderator
            last edited by 8 Jan 2021, 22:43

            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
            • undefined
              Blacksheep99
              last edited by 8 Jan 2021, 22:45

              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
              • undefined
                Phaedrux Moderator
                last edited by 8 Jan 2021, 22:48

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

                Z-Bot CoreXY Build | Thingiverse Profile

                undefined 1 Reply Last reply 8 Jan 2021, 22:50 Reply Quote 0
                • undefined
                  Blacksheep99 @Phaedrux
                  last edited by 8 Jan 2021, 22:50

                  @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
                  • undefined
                    Veti
                    last edited by 9 Jan 2021, 05:55

                    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.

                    undefined 1 Reply Last reply 12 Jan 2021, 22:07 Reply Quote 0
                    • undefined
                      Blacksheep99
                      last edited by 9 Jan 2021, 20:00

                      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
                      • undefined
                        Veti
                        last edited by 9 Jan 2021, 20:18

                        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
                        • undefined
                          Blacksheep99
                          last edited by 9 Jan 2021, 20:39

                          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
                          • undefined
                            Blacksheep99
                            last edited by 10 Jan 2021, 16:07

                            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
                            • undefined
                              Phaedrux Moderator
                              last edited by 10 Jan 2021, 20:21

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

                              Z-Bot CoreXY Build | Thingiverse Profile

                              undefined 1 Reply Last reply 11 Jan 2021, 09:36 Reply Quote 0
                              • undefined
                                Blacksheep99 @Phaedrux
                                last edited by 11 Jan 2021, 09:36

                                @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
                                • undefined
                                  Blacksheep99
                                  last edited by 11 Jan 2021, 23:07

                                  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
                                  • undefined
                                    Phaedrux Moderator
                                    last edited by 11 Jan 2021, 23:14

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

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    undefined 1 Reply Last reply 11 Jan 2021, 23:17 Reply Quote 0
                                    • undefined
                                      Blacksheep99 @Phaedrux
                                      last edited by 11 Jan 2021, 23:17

                                      @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
                                      • undefined
                                        Phaedrux Moderator
                                        last edited by 11 Jan 2021, 23:19

                                        Try this

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

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        undefined 1 Reply Last reply 11 Jan 2021, 23:22 Reply Quote 0
                                        • undefined
                                          Blacksheep99 @Phaedrux
                                          last edited by 11 Jan 2021, 23:22

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

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