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.
    • fcwiltundefined
      fcwilt
      last edited by

      Hi,

      Now we are getting somewhere I think.

      Notice on the left hand side you have MACROS selected.

      Is that correct?

      If so the files there are not the system files the firmware is using.

      Those file are in the SYSTEM directory - the item below the MACROS item.

      Select the SYSTEM item and take a look and see what is there.

      Frederick

      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

        @fcwilt
        ahhhh I know what you mean.... at the systems page my bed.g is:

        ; bed.g
        ; called to perform automatic bed compensation via G32
        ;
        ; 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  ; probe the bed and enable compensation
        
        
        
        
        1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt
          last edited by

          Hi,

          Well there is the G29 that G32 has been invoking.

          I think you have a problem with files being in the MACROS directory rather than the SYSTEM directory.

          You are going to have to determine if the some or all files in the MACROS directory need to be moved to the SYSTEMS directory.

          If the files in the SYSTEMS directory are the ones you want to keep you should delete the files in the MACROS directory that have the same name.

          For example - you should have homeall.g in your SYSTEMS directory. You should NOT have homeall.g in your MACROS directory.

          Think you can get this sorted out?

          Frederick

          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

            yes.. I know. It was stupid....
            Now I took every code into the systems page.
            Now, I have the message ´´failed to enable endstops´´when I make a single z probe. 😞

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

              
              ; Configuration file for Duet 3 (firmware version 3)
              ; executed by the firmware on start-up
              ;
              ; generated by RepRapFirmware Configuration Tool v3.1.3 on Tue Jun 23 2020 22:36:44 GMT+0200 (Mitteleuropäische Sommerzeit)
              
              ; General preferences
              G90 ; send absolute coordinates...
              M83 ; ...but relative extruder moves
              M550 P"Duet 3" ; set printer name
              
              ; Drives
              M569 P0.0 S1 ; physical drive 0.0 goes forwards
              M569 P0.1 S1 ; physical drive 0.1 goes forwards
              M569 P0.2 S1 ; physical drive 0.2 goes forwards
              M569 P0.3 S1 ; physical drive 0.3 goes forwards
              M569 P0.4 S1 ; physical drive 0.4 goes forwards
              M569 P0.5 S1 ; physical drive 0.5 goes forwards
              M569 P1.0 S1 ; physical drive 1.0 goes forwards
              M569 P1.1 S1 ; physical drive 1.1 goes forwards
              M569 P1.2 S1 ; physical drive 1.2 goes forwards
              M584 X0.0 Y0.1 Z0.2:0.3:0.4:0.5 E1.0:1.1:1.2 ; set drive mapping
              M350 X16 Y16 Z16 E16:16:16:16:16:16 I1 ; configure microstepping with interpolation
              M92 X80.00 Y80.00 Z1600.00 E1600.00:1600.00:1600.00:92.70:92.70:92.70 ; set steps per mm
              M566 X900.00 Y900.00 Z12.00 E120.00:120.00:120.00:120.00:120.00:120.00 ; set maximum instantaneous speed changes (mm/min)
              M203 X6000.00 Y6000.00 Z180.00 E3600.00:3600.00:3600.00:1200.00:1200.00:1200.00 ; set maximum speeds (mm/min)
              M201 X500.00 Y500.00 Z40.00 E250.00:250.00:250.00:250.00:250.00:250.00 ; set accelerations (mm/s^2)
              M906 X1200 Y1200 Z3000 E3000:3000:3000:1200:1200:1200 I30 ; set motor currents (mA) and motor idle factor in per cent
              M84 S30 ; Set idle timeout
              
              ; Axis Limits
              M208 X0 Y0 Z0 S1 ; set axis minima
              M208 X700 Y700 Z800 S0 ; set axis maxima
              
              ; Endstops
              M574 X2 S1 P"!io3.in" ; configure active-high endstop for high end on X via pin !io3.in
              M574 Y2 S1 P"!io0.in" ; configure active-high endstop for high end on Y via pin !io0.in
              
              ; Z-Probe
              M558 P9 C"io4.in" H10 F200 T1800 ; set Z probe type to bltouch and the dive height + speeds
              M950 S0 C"io4.out" ; create servo pin 0 for BLTouch
              G31 P25 X-20 Y-20 Z2.5 ; set Z probe trigger value, offset and trigger height
              M557 X15:650 Y15:650 S200 ; define mesh grid
              
              ; Heaters
              M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
              M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
              M307 H1 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
              M140 H0 ; map heated bed to heater 0
              M143 H0 S90 ; set temperature limit for heater 0 to 90C
              M308 S1 P"temp1" Y"thermistor" T100000 B4138                                     ; configure sensor 1 as thermistor on pin temp1
              M950 H1 C"out1" T1                                                               ; create nozzle heater output on out1 and map it to sensor 1
              M307 H1 B0 S1.00                                                                 ; disable bang-bang mode for heater  and set PWM limit
              
              ; Fans
              M950 F0 C"out3" Q500 ; create fan 0 on pin out3 and set its frequency
              M106 P0 S0.8 H-1 ; set fan 0 value. Thermostatic control is turned off
              M950 F1 C"out7" Q500 ; create fan 1 on pin out7 and set its frequency
              M106 P1 S1 H-1 ; set fan 1 value. Thermostatic control is turned off
              M950 F2 C"out8" Q500 ; create fan 2 on pin out8 and set its frequency
              M106 P2 S1 H T45 ; set fan 2 value. Thermostatic control is turned on
              
              ; Tools
              M563 P0 D0 H1 F0 ; define tool 0
              G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
              G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
              
              ; Custom settings are not defined
              M671 X-12:92:92:-12 Y185:185:615:615 S2.5
              
              ; Miscellaneous
              M501 ; load saved parameters from non-volatile memory
              M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power
              
              deploy----------------------------
              ; deployprobe.g
              ; called to deploy a physical Z probe
              ;
              ; generated by RepRapFirmware Configuration Tool v3.1.3 on Tue Jun 23 2020 22:36:44 GMT+0200 (Mitteleuropäische Sommerzeit)
              M280 P0 S10 ; deploy BLTouch
              
              retract.g--------------------------------
              ; retractprobe.g
              ; called to retract a physical Z probe
              ;
              ; generated by RepRapFirmware Configuration Tool v3.1.3 on Tue Jun 23 2020 22:36:44 GMT+0200 (Mitteleuropäische Sommerzeit)
              M280 P0 S90 ; retract BLTouch
              
              homez.g-------------------------
              ; homez.g
              ; called to home the Z axis
              ;
              ; generated by RepRapFirmware Configuration Tool v3.1.3 on Thu Jun 25 2020 00:21:12 GMT+0200 (Mitteleuropäische Sommerzeit)
              G91 ; relative positioning
              G1 H2 Z5 F6000 ; lift Z relative to current position
              G90 ; absolute positioning
              G1 X15 Y15 F6000 ; go to first probe point
              G30 ; home Z by probing the bed
              
              
              1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt @dutti
                last edited by

                @barbarossa-cologne

                Did you overwrite any files already in the SYSTEMS directory that were the correct ones?

                For example if you moved a file config.g and overwrote the config.g file already in the SYSTEMS directory the file you moved may not be correct.

                Frederick

                Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                  Hi again.

                  The config.g file you just posted - does it seem to be correct?

                  At the bottom there is the word "deploy" which is not a valid command.

                  Frederick

                  Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                    @fcwilt
                    I don´t know if it´s correct. In general I used the configuration tool.. Only the option for true auto leveling I manaully placed in the g.codes. I have 4 z axis..
                    That´s my first printer and up to now (since one month) nobody could help me that much, that I can start print. It is sad and I´m a bloody beginner with a big printer 😕

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

                      @fcwilt
                      the word ´´deploy´´ and everything around it in the g.code is made by the configuration tool of!!!! how can it be wrong?

                      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
                        the word ´´deploy´´ and everything around it in the g.code is made by the configuration tool of!!!! how can it be wrong?

                        I don't know. I've only used the config tool one and that was to generate a basic printer file for my kind of printer.

                        Then I looked at the generated code to learn how v3 firmware does things.

                        Then I edited my v2 files to meet the requirements of v3 firmware.


                        Not to worry - we determined the basic problem - your files were a bit messed up.

                        Do you know who to select all files in the SYSTEMS directory and use the "Download as ZIP" feature to get all of the files into a single ZIP file?

                        If you know how to do that do so and post the ZIP file here. I will download it and examine the files.

                        That will take a while so I won't be able to get right back to you.

                        Frederick

                        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                          @fcwilt
                          I can´t send the zip here, rigth?
                          There comes a message with ´´invalid file type´´

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

                            config-override.g config.g bed.g tpre0.g tpost0.g tfree0.g stop.g sleep.g retractprobe.g resume.g pause.g homez.g homey.g homex.g homeall.g deployprobe.g

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

                              @fcwilt
                              Thanks a lot!!!!!! and take your time.

                              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
                                Thanks a lot!!!!!! and take your time.

                                I will try to look at them tonight after dinner on in the morning.

                                However I have to assist my wife who is having surgery on Wednesday and I will be with her from noon Tuesday until Thursday or Friday.

                                Frederick

                                Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                                  @fcwilt
                                  No stress. take your time.
                                  Maybe you´ll first find out whats causing the ´´Error: Failed to enable endstops´´.
                                  But take your time. Your family is more important! 🙂
                                  Guten Appetit!

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

                                    I'll try to catch up on this thread later today/tomorrow.

                                    Z-Bot CoreXY Build | Thingiverse Profile

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

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

                                      I'll try to catch up on this thread later today/tomorrow.

                                      Thanks. I might not have time.

                                      I suspect that it is just a question of errors in the files.

                                      A quick check of config.g showed some garbage at the end.

                                      Frederick

                                      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                                        @Phaedrux Thanks and no stress.
                                        I´m not the only one who needs help.

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

                                          Ok, I've got caught up. Thanks very much to @fcwilt for all the troubleshooting. Well done. Turned out it was a case of the old config files in the wrong place.

                                          So let's start from the top and see if we can get things up and running finally.

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

                                          Duet 3 MB6HC version 3.01-RC9

                                          You should update the firmware before we go any further.
                                          Download this zip file and upload it AS IS to the /sys folder in DWC. Do not extract it.

                                          https://github.com/Duet3D/RepRapFirmware/releases/download/3.1.1/Duet2and3Firmware-3.1.1.zip

                                          It should detect the firmware upload and install it. After it will reboot. Then send M115 in the gcode console to verify that it was successfully applied.

                                          As for the config files, I think you should go through the config tool and create a fresh set of config files. Try and choose everything as accurately as possible. Then download the config zip file and upload it to the /sys folder as is as well. That should place your new config set in the correct place.

                                          https://configtool.reprapfirmware.org/Start

                                          Also upload those files here so that we can double check them.

                                          Please provide the following details here as well so that we can compare to what is in the config.

                                          How big is the printer area?
                                          What kind of endstops do you have?
                                          Where are the endstops located on the printer and where are they connected?
                                          What are your heaters and how are the connected?
                                          What are your fans and how are they connected?
                                          What are your motors and how are they connected?
                                          How is the BLtouch connected?

                                          Once we have the basics up and running. Motors. Homing. Heaters. Fans. We can make the changes needed for automatic bed leveling.

                                          Z-Bot CoreXY Build | Thingiverse Profile

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

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

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

                                            that is an old issue.... now it´s not possible to start z probe. the message ´´Error: Failed to enable endstops´´ is shown.....

                                            ok.... to all these questions. everything was working ONLY the true auto level not.
                                            please give me time. I haven´t expected that much work again...

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