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

    G28 Z Error: Probe already triggered at start of probing move???

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    5
    12
    678
    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.
    • jay_s_ukundefined
      jay_s_uk @Pickett
      last edited by

      @pickett do you have deploy and retract files in your sys folder? Do M401 and M402 deploy and retract the probe?

      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

      Pickettundefined 2 Replies Last reply Reply Quote 0
      • Pickettundefined
        Pickett @jay_s_uk
        last edited by

        @fcwilt I have tried the M98 P"config.g" and it returns no errors, none reported it just replies with the same command all highlighted in green?

        @jay_s_uk No I tried this already and it doesnt seem to retract or deploy said Z Probe? Is it unusual that it says Output Pin Nil?

        as seen above:

        Z Probe 0: type 9, input pin io3.in, output pin nil<<<-----?????

        jay_s_ukundefined 1 Reply Last reply Reply Quote 0
        • DIY-O-Sphereundefined
          DIY-O-Sphere
          last edited by

          @pickett said in G28 Z Error: Probe already triggered at start of probing move???:

          M501 ; load saved parameters from non-volatile memory

          Please provide content of config-override.g

          (UTC+1)

          Pickettundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @Pickett
            last edited by

            @pickett don't worry about the output pin. It doesn't use one. It uses a servo pin which is set through M950

            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

            1 Reply Last reply Reply Quote 1
            • Pickettundefined
              Pickett @jay_s_uk
              last edited by

              @jay_s_uk and yes FTM yes there are two separate files one for deployprobe and the other for retractprobe.g

              jay_s_ukundefined 1 Reply Last reply Reply Quote 0
              • Pickettundefined
                Pickett @DIY-O-Sphere
                last edited by

                @diy-o-sphere ; config-override.g file generated in response to M500 at 2021-07-11 08:59

                ; Heater model parameters
                M307 H0 R0.274 C461.300:461.300 D2.10 S1.00 V24.2 B0
                M307 H1 R2.429 C140.000:140.000 D5.50 S1.00 V0.0 B0
                ; Workplace coordinates
                G10 L2 P1 X0.00 Y0.00 Z0.00
                G10 L2 P2 X0.00 Y0.00 Z0.00
                G10 L2 P3 X0.00 Y0.00 Z0.00
                G10 L2 P4 X0.00 Y0.00 Z0.00
                G10 L2 P5 X0.00 Y0.00 Z0.00
                G10 L2 P6 X0.00 Y0.00 Z0.00
                G10 L2 P7 X0.00 Y0.00 Z0.00
                G10 L2 P8 X0.00 Y0.00 Z0.00
                G10 L2 P9 X0.00 Y0.00 Z0.00

                1 Reply Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @Pickett
                  last edited by jay_s_uk

                  @pickett where are the deploy and retract files and what's in them?
                  And the ^ isn't needed on io3.in
                  Can you also post a photo of the wiring at the duet end?

                  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

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

                    @pickett try adding parameter R0.2 to your M558 command. This is to give the probe time to deploy before you read it. Also remove the ^ as @jay_s_uk suggests.

                    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 0
                    • Pickettundefined
                      Pickett @jay_s_uk
                      last edited by

                      @jay_s_uk retractprobe.g is located in system directory....

                                            @pickett where are the deploy and retract files and what's in them?
                      

                      ; retractprobe.g
                      ; called to retract a physical Z probe
                      ;
                      ; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue Jul 20 2021 14:02:58 GMT-0500 (Central Daylight Time)
                      M280 P0 S90 ; retract BLTouch; deployprobe.g

                      ; called to deploy a physical Z probe
                      ;
                      ; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue Jul 20 2021 14:02:58 GMT-0500 (Central Daylight Time)
                      M280 P0 S10 ; deploy BLTouch

                                                            Can you also post a photo of the wiring at the duet end?
                      

                      YOU KNOW WHAT FOR SOME ODD EFFIN REASON I HAD PLACED IT IN io4 I feel so freaking dumb wow guys I do apologize I sincerely thank you for your time and efforts in helping me getting this resolved. WHen I had referenced the pic from the tutorial I had been using I realized I simply plugged it all back in to io4 and not io3.in/out wow I feel so silly thanks guys ok that does it until next time............... Quick question if any of you can..... can I use a mechanical endstop as in an endstop that simply completes a circuit in a mechanical fashion and use that for an endstop? Isnt this what endstops technically do anyways is to complete a circuit for a brief moment to trigger the END in a STOP?

                      I have this lovely looking endstop that is brass internals inside of a clear acrylic case and it looks freaking awesome and was wondering if I could use that as endstops. It even has this nice satisfying click when it is depressed? Here is a pic:

                      a0cf582e-e97e-4567-a344-c742515704ec-image.png

                      1 Reply Last reply Reply Quote 1
                      • jay_s_ukundefined
                        jay_s_uk
                        last edited by

                        @pickett glad you got it sorted.
                        And yes you can

                        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

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