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

    G32 Error:´´ Z probe was not triggered during probing move´´

    Scheduled Pinned Locked Moved
    Firmware installation
    4
    95
    4.7k
    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.
    • duttiundefined
      dutti @dutti
      last edited by

      @barbarossa-cologne
      After reconnect the Bl it´s working fine...
      started G32..... but the machine is doing G29. How can that be?
      Usually G32 should be 4 probing points...
      Is there something wrong in the G code?

      I´m sorry to ask that much.... 80 percent of my questions are about the BL Touch.

      fcwiltundefined 1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @dutti
        last edited by

        @barbarossa-cologne

        G32 invokes bed.g.

        In bed.g you have G29 S3 with the comment "Clear bed height map".

        You want to use S2 to clear the bed height map.

        See if that makes a difference.

        Frederick

        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

        duttiundefined 2 Replies Last reply Reply Quote 1
        • duttiundefined
          dutti @fcwilt
          last edited by

          @fcwilt thanks... I´ll try!

          1 Reply Last reply Reply Quote 0
          • duttiundefined
            dutti @fcwilt
            last edited by

            @fcwilt
            same problem.... with G29 S2.
            Also still a problem: After doing a single z probe, I have to reconnect the BL Touch before it´s working again. When doing G32, it´s doing G29. BUT then the BL is able to make a few probing points without stopping/ flashing.
            I hate the BL haha

            duttiundefined fcwiltundefined 2 Replies Last reply Reply Quote 0
            • duttiundefined
              dutti @dutti
              last edited by

              @barbarossa-cologne
              is that normal.... doing G32 --> but the Duet Made a G29

              c1cc8e0b-c15e-48ce-be2a-4eae67f35184-image.png

              a7d213c7-ce8e-4e5c-8f00-1ffeb607b057-image.png

              1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt @dutti
                last edited by

                @barbarossa-cologne

                Hi,

                Comment out everything in bed.g and add this M291 P"BED.G" R"BED.G" T0

                From the DWC execute a G32.

                You should get the popup message generated by M291.


                As to the probe working sometimes and not others I would think perhaps the probe needs adjusting or the wiring is being affected by motion due to a bad crimp or almost broken wire.

                https://duet3d.dozuki.com/Wiki/BLTouch_Troubleshooting

                Frederick

                Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                duttiundefined 1 Reply Last reply Reply Quote 1
                • duttiundefined
                  dutti @fcwilt
                  last edited by

                  @fcwilt said in G32 Error:´´ Z probe was not triggered during probing move´´:

                  Hi,
                  Comment out everything in bed.g and add this M291 P"BED.G" R"BED.G" T0
                  From the DWC execute a G32.
                  You should get the popup message generated by M291.

                  ; bed.g
                  ; Called using G32
                  ; Called to perform True Autolevel using 4-point probe
                  ;
                  ; generated by RepRapFirmware Configuration Tool v3.1.3 on Tue Jun 23 2020 22:36:44 GMT+0200 (Mitteleuropäische Sommerzeit)
                  
                  M561 ; clear any bed transform
                  G29 S2; Clear bed height map
                  ; Probe 4-point
                  
                  M291 P"BED.G" R"BED.G" T0
                  G30 P0 X150 Y135 Z-9999 ; Front Right
                  G30 P1 X550 Y135 Z-9999 ; Front Left
                  G30 P2 X550 Y565 Z-9999 ; Back Left
                  G30 P3 X150 Y565 Z-9999 S4 ; Back Right
                  
                  
                  

                  like this?

                  what do you mean with execute a G32 in combination of M291?
                  sry english is not my mother tongue. to be clear I have to aks. I had to long time problems with the BL.
                  Wiring should be fine.. is not the biggest deal at the moment.

                  1 Reply Last reply Reply Quote 0
                  • fcwiltundefined
                    fcwilt
                    last edited by

                    Hi,

                    English is a problem - understood.

                    OK what I want to be sure is that bed.g is executing and nothing else is happening causing the G29 issue.

                    So I would like you to have in your bed.g file JUST the following - you can delete or comment out everything else

                    M291 P"BED.G is running" R"Click to exit" S1 T0
                    
                    

                    Invoking G32 from the Duet Web Control (DWC) should run bed.g and you should see the popup message and nothing else should happen.


                    As to the height map when you created it using G29 did you first do a G30 ?

                    The purpose of the G30 is to allow the firmware to determine exactly there Z=0 is.

                    Frederick

                    Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                    duttiundefined 1 Reply Last reply Reply Quote 1
                    • duttiundefined
                      dutti
                      last edited by dutti

                      @fcwilt english is fine but especially person from the US or Australia uses expressions which I haven´t learned in school. I have to practice!

                      As to the heatmap.... I made a G32 but the Duet made a G29.
                      Before I made a nomral G30.
                      I know about G30.

                      Invoking G32 let the nozzle move to the first probe point of a G29 command. So the Duet makes a G29 instead of G32. How can so many things be wrong 😞
                      Richard

                      1 Reply Last reply Reply Quote 0
                      • duttiundefined
                        dutti @fcwilt
                        last edited by

                        @fcwilt
                        how can I make a G32 when my bed.g file isn´t there anymore?
                        I thought the software is calculating the high of each probing point in raleation to the leadscrews...

                        fcwiltundefined 1 Reply Last reply Reply Quote 0
                        • fcwiltundefined
                          fcwilt @dutti
                          last edited by

                          @barbarossa-cologne said in G32 Error:´´ Z probe was not triggered during probing move´´:

                          @fcwilt
                          how can I make a G32 when my bed.g file isn´t there anymore?
                          I thought the software is calculating the high of each probing point in raleation to the leadscrews...

                          Hi,

                          I want you to have a bed.g file but I only want it to contain the M291 command, for now, just as a test.

                          You invoke it with G32 which is access from the Duet Web Control (DWC) on the Dashboard, using the "Compensation and Calibration" drop down menu.

                          Once I am sure that nothing other than beg.g is running in response to G32 then we will insure the normal commands for auto bed leveling are back into bed.g and the M291 is gone.

                          That's why I said you can just comment everything else out and add the single M291 command. Commenting the other lines out will allow you to restore them just by removing the comment character.

                          Frederick

                          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                          1 Reply Last reply Reply Quote 1
                          • duttiundefined
                            dutti
                            last edited by

                            ok I understand!
                            so what can I do for the next steps?
                            richard

                            fcwiltundefined 1 Reply Last reply Reply Quote 0
                            • fcwiltundefined
                              fcwilt @dutti
                              last edited by

                              @barbarossa-cologne

                              Hi,

                              You mean after I'm sure that bed.g is running and nothing else unexpected happens?

                              Frederick

                              Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                              duttiundefined 1 Reply Last reply Reply Quote 0
                              • duttiundefined
                                dutti @fcwilt
                                last edited by

                                @fcwilt
                                to fix my multiple problems...

                                fcwiltundefined 1 Reply Last reply Reply Quote 0
                                • fcwiltundefined
                                  fcwilt @dutti
                                  last edited by

                                  @barbarossa-cologne

                                  Hi,

                                  I am focusing on just two problems right now.

                                  1. Making sure the probe is working.
                                  2. Making sure bed.g is working.

                                  Anything else you want to work on?

                                  Frederick

                                  Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                                  duttiundefined 1 Reply Last reply Reply Quote 1
                                  • duttiundefined
                                    dutti @fcwilt
                                    last edited by

                                    @fcwilt
                                    Probe is working.
                                    I don´t know what I have to change in my bed.g file...
                                    you told me you wanna make a test. So I did it.... and now? 😞
                                    I made a G32 and it´s doing a G29. Why? 😕
                                    I just wanna make a 4 point true auto level.... thats the last thing I have to do before printing. SOS

                                    fcwiltundefined 1 Reply Last reply Reply Quote 0
                                    • fcwiltundefined
                                      fcwilt @dutti
                                      last edited by

                                      @barbarossa-cologne

                                      Hi,

                                      When you did the G32 did you see the popup message saying beg.g was running?

                                      Frederick

                                      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                                      duttiundefined 1 Reply Last reply Reply Quote 0
                                      • duttiundefined
                                        dutti @fcwilt
                                        last edited by

                                        @fcwilt
                                        drives to the first probe point of mesh compension and --> g32 -->
                                        Error: Z probe already triggered before probing move started

                                        fcwiltundefined 1 Reply Last reply Reply Quote 0
                                        • duttiundefined
                                          dutti
                                          last edited by

                                          6eed32cd-fd37-48f1-b4fa-ab133e2890b3-image.png

                                          only this message came

                                          1 Reply Last reply Reply Quote 0
                                          • fcwiltundefined
                                            fcwilt @dutti
                                            last edited by

                                            @barbarossa-cologne said in G32 Error:´´ Z probe was not triggered during probing move´´:

                                            @fcwilt
                                            drives to the first probe point of mesh compension and --> g32 -->
                                            Error: Z probe already triggered before probing move started

                                            And this was with bed.g only having the M291 command?

                                            Frederick

                                            Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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