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

"Error: Probe was not triggered during probing move"

Scheduled Pinned Locked Moved Solved
Smart effector for delta printers
4
42
2.3k
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 26 Mar 2023, 04:44

    can you post your config.g and homedelta.g files?

    Z-Bot CoreXY Build | Thingiverse Profile

    undefined 1 Reply Last reply 26 Mar 2023, 08:39 Reply Quote 0
    • undefined
      ignacmc @Phaedrux
      last edited by 26 Mar 2023, 08:39

      config.g
      bed.g
      homedelta.g

      Also how I have it wired:

      Duet3 Mini5 Plus Wiring Diagram IMC.pdf

      Please ignore any comments about Accelerometer (this is for a future upgrade 😉

      Thanks in advance for your help!

      Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

      1 Reply Last reply Reply Quote 0
      • undefined
        Phaedrux Moderator
        last edited by 28 Mar 2023, 21:06

        I can't see anything strange. Was your dive height always 20mm?

        As a troubleshooting exercise, can you generate a fresh set of files from the config tool for a delta and try the simplified set?

        Z-Bot CoreXY Build | Thingiverse Profile

        undefined 2 Replies Last reply 28 Mar 2023, 22:00 Reply Quote 0
        • undefined
          ignacmc @Phaedrux
          last edited by 28 Mar 2023, 22:00

          @Phaedrux Before, I used a dive height of 5. I changed to 20mm as a colleague suggested. I will recheck wiring and try fresh set of config files....it is driving me nuts!!!

          Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

          1 Reply Last reply Reply Quote 0
          • undefined
            ignacmc @Phaedrux
            last edited by ignacmc 4 Jun 2023, 15:56 6 Apr 2023, 14:31

            @Phaedrux Finally found the time to do it. I must admit that I need to step away from this a few days from time to time because it is really frustrating...

            I generated a basic set of files with the RRF configurator.
            config.g
            homedelta.g
            bed.g

            I needed to manually edit the config.g file to:

            M558 P8 R0.4 C"io1.in+io1.out" H5 F1200 T6000
            (since the RRF configurator didn't allowed me to choose that pins)

            But after a G28, if I do a G30, it justs taps into the bed and goes back a few cm as it was a successful probing but I obtain again the same message in the console:

            "G30. Error: Probe was not triggered during probing move"

            I have thoroughly checked the wiring and it is OK:

            Z PROBE MOD is connected to "IO1.out" on the Duet3 Mini 5+
            Z PROBE OUT is connected to "IO1.in" on the Duet3 Mini 5+
            3.3V and GND are also taken from IO_1 connector

            See diagram here:

            SmartEffector IMC.pdf

            I have used successfully this configuration about a year ago, without having any problems. After that, I changed my stepper motors to 3 Wantai ones and updated FW to 3.4.5

            @dc42 : Can this be a bug in firmware? Smart Effector does not appear to be damaged and it flashes 2 times during startup and every time I tap on the nozzle with my finger. perhaps io1 pins are not allowed for this purposes anymore....

            Please help me. I don't know what else I can try!

            Thanks in advance

            Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

            undefined 1 Reply Last reply 6 Apr 2023, 14:35 Reply Quote 0
            • undefined
              jay_s_uk @ignacmc
              last edited by 6 Apr 2023, 14:35

              @ignacmc can you try adding a large dive height in M558? change H5 to H30, then rerun G30 and see what happens.

              Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

              undefined 1 Reply Last reply 6 Apr 2023, 14:43 Reply Quote 0
              • undefined
                ignacmc @jay_s_uk
                last edited by ignacmc 4 Jun 2023, 14:45 6 Apr 2023, 14:43

                @jay_s_uk If you look into the "Z Probe" section of config.g, you will see that dive height is already temporarily changed to 30 by the RRF configurator:

                ; Z-Probe
                M558 P8 R0.4 C"io1.in+io1.out" H5 F1200 T6000 ; set Z probe type to effector and the dive height + speeds
                M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
                G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
                M557 R170 S20 ; define mesh grid

                I am using this setting and still get a "probe was not triggered during probing move". But it is very strange because the probe is in fact detecting the bed and going back after hitting it

                Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

                undefined 1 Reply Last reply 6 Apr 2023, 14:44 Reply Quote 0
                • undefined
                  jay_s_uk @ignacmc
                  last edited by 6 Apr 2023, 14:44

                  @ignacmc ah, good point. maybe try increasing it to 50?

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  undefined 1 Reply Last reply 6 Apr 2023, 14:50 Reply Quote 0
                  • undefined
                    ignacmc @jay_s_uk
                    last edited by ignacmc 4 Jun 2023, 14:55 6 Apr 2023, 14:50

                    @jay_s_uk Changed to H50 and still getting the same Error. But the probe was triggered since the movement stopped and it went up

                    Even changed to M558 H100 with the only difference that the nozzle went back higher after touching the bed. Still got same error

                    Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

                    undefined 1 Reply Last reply 6 Apr 2023, 15:23 Reply Quote 0
                    • undefined
                      ignacmc @ignacmc
                      last edited by 6 Apr 2023, 15:23

                      @ignacmc One strange thing is that If I issue "G30 S-1" instead of just "G30" the error appears at the beginning of the probing move, BEFORE hitting the bed. But it stops after hitting it, so it is detecting it somehow after all....

                      Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        Phaedrux Moderator
                        last edited by 6 Apr 2023, 17:32

                        Can you show some photos of the smart effector installed?
                        When and where did you purchase it?

                        Z-Bot CoreXY Build | Thingiverse Profile

                        undefined 1 Reply Last reply 6 Apr 2023, 18:37 Reply Quote 0
                        • undefined
                          T3P3Tony administrators @ignacmc
                          last edited by 6 Apr 2023, 18:27

                          @ignacmc said in "Error: Probe was not triggered during probing move":

                          But it in fact detects any object that the nozzle is hitting

                          can you expand on this. How is it triggered?

                          Do you see the green LED flash if you tap the smart effector?

                          www.duet3d.com

                          undefined 2 Replies Last reply 6 Apr 2023, 18:34 Reply Quote 0
                          • undefined
                            ignacmc @T3P3Tony
                            last edited by 6 Apr 2023, 18:34

                            @T3P3Tony yes, it lights once, stops and moves up

                            Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

                            undefined 1 Reply Last reply 6 Apr 2023, 19:34 Reply Quote 0
                            • undefined
                              ignacmc @Phaedrux
                              last edited by ignacmc 4 Jun 2023, 18:38 6 Apr 2023, 18:37

                              @Phaedrux

                              camphoto_33463914.jpeg camphoto_959030623.jpeg
                              camphoto_1804928587.jpeg
                              It is a Smarteffector 2.0, bought from E3D

                              Last one is older, with two fans instead of the current 5015

                              Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                T3P3Tony administrators @ignacmc
                                last edited by 6 Apr 2023, 19:34

                                @ignacmc How about if you tap it when it's not homing?

                                www.duet3d.com

                                undefined 1 Reply Last reply 6 Apr 2023, 22:12 Reply Quote 0
                                • undefined
                                  ignacmc @T3P3Tony
                                  last edited by 6 Apr 2023, 22:12

                                  @T3P3Tony every time I tap, a green led lights....no matter when

                                  Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

                                  1 Reply Last reply Reply Quote 0
                                  • undefined
                                    ignacmc @T3P3Tony
                                    last edited by 7 Apr 2023, 09:34

                                    @T3P3Tony

                                    In fact, when it hits the bed I get a "1000" reading in the Z-Probe section of the dashbord, which is the normal reaction when something hits the nozzle:

                                    Dashboard.jpg

                                    But it stops inmediately, goes up a few cm and again I got "Error: probe was not triggered during probing move"

                                    Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

                                    undefined 1 Reply Last reply 7 Apr 2023, 10:00 Reply Quote 0
                                    • undefined
                                      T3P3Tony administrators @ignacmc
                                      last edited by 7 Apr 2023, 10:00

                                      @ignacmc ok, that shows that the probe is working correctly so there is something odd happening in your probing file or configuration.

                                      Looking again at config.g I see:

                                      G31 P500 X0 Y0 Z2.5
                                      

                                      Which to me does not make sense, the smart effector triggers at Z0 or possibly Z-0.1 or something like that to indicate that it will go slightly past Z0 as its triggering. it can't trigger 2.5mm above the bed.

                                      Change that line to

                                      G31 P500 X0 Y0 Z-0.1
                                      

                                      I see from your first post this used to be a Z-0.172 so the configurator version is for a generic Z probe, not the smart effector.

                                      also check your config-override.g, potentially for testing comment out the M501 in your config.g

                                      www.duet3d.com

                                      undefined 1 Reply Last reply 7 Apr 2023, 11:22 Reply Quote 0
                                      • undefined
                                        ignacmc @T3P3Tony
                                        last edited by 7 Apr 2023, 11:22

                                        @T3P3Tony First of all, thank you very much for your time.

                                        I have done the change you suggested to G31 P500 X0 Y0 Z-0.1

                                        But I keep having the same Error when I do a G30. There is no "config-override. g" since I deleted the existing one and have not issued a M500 yet.

                                        This is really driving me crazy...Any clue of what can be happening here?

                                        Thanks in advance

                                        Predator with Duet3 Mini 5+, Smarteffector v4 and LGX Lite Extruder

                                        undefined 1 Reply Last reply 7 Apr 2023, 11:24 Reply Quote 0
                                        • undefined
                                          T3P3Tony administrators @ignacmc
                                          last edited by 7 Apr 2023, 11:24

                                          @ignacmc is the Z0 being set correctly despite the error by the probing move?

                                          www.duet3d.com

                                          undefined 1 Reply Last reply 7 Apr 2023, 11:46 Reply Quote 0
                                          • First post
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA