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

    G32 ERROR

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    7
    108
    5.4k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by Phaedrux

      @Phaedrux said in G32 ERROR:

      M98 P"config.g" and post the results?

      And just to confirm, you have all Z motors and endstops connected to the Duex?

      And your duex is wired up for power/ground as shown here?

      https://duet3d.dozuki.com/Wiki/Duex2_and_Duex5_Features#Section_Wiring

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • moe.adams9093undefined
        moe.adams9093
        last edited by

        1/31/2021, 11:51:56 PM: M98 P"config.g": HTTP is enabled on port 80
        FTP is disabled
        TELNET is disabled
        Error: bad grid definition: Too many grid points; suggest increase spacing to 21.0mm
        Warning: Macro file config-override.g not found
        
        

        sorry I thought I did post my M98. but everything works correctly on my duex5 except my end stops. If I run M564 S0 H0 all Zmotors work correctly. the duex5 is wired correctly as and all endstops wired correctly as well

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

          @moe-adams9093 said in G32 ERROR:

          M569 P8 S0 ; physical drive 7 goes Backwards

          The comment says 7 the command specifies 8.

          Have you manually activated each Z end stop sensor, one at a time, and run M119 to verify the reported end stop state?

          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
          • moe.adams9093undefined
            moe.adams9093
            last edited by

            Yes I did and they all trigger as Z max endstop on m119

            fcwiltundefined 1 Reply Last reply Reply Quote 0
            • moe.adams9093undefined
              moe.adams9093
              last edited by

              M569 P5 S1
              M569 P6 S1
              M569 P8 S0
              M569 P9 S0
              Yes this is the correct format for all of my z axis motors 2 motors are mirror to the other 2 thats why I have p8 s0 and p9 s0

              1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt @moe.adams9093
                last edited by

                @moe-adams9093 said in G32 ERROR:

                Yes I did and they all trigger as Z max endstop on m119

                Great.

                Can you easily remove the bed assembly so we can test each Z stepper one at a time?

                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
                • moe.adams9093undefined
                  moe.adams9093
                  last edited by

                  I already did to avoid crashes

                  fcwiltundefined 1 Reply Last reply Reply Quote 0
                  • moe.adams9093undefined
                    moe.adams9093
                    last edited by

                    As I explained driver number 6 on the duex5 works the way it supposed to but when add another endstop to my config.g it won't work like for example and click home Z it won't work only driver 6 even when I added them all

                    1 Reply Last reply Reply Quote 0
                    • fcwiltundefined
                      fcwilt @moe.adams9093
                      last edited by

                      @moe-adams9093 said in G32 ERROR:

                      I already did to avoid crashes

                      Great.

                      Then I would try this.

                      In you config.g file make duplicate entries for the M584 M350 M92 M566 M203 M201 M906 commands.

                      Comment out the first set of commands so you can easily return to using them.

                      In the second set of commands

                      • Change M584 X10 Y11 Z5:6:8:9 E3:4 to M584 X10 Y11 Z5 A6 B8 C9 E3:4
                      • Change the other commands as needed to include the new axes A B and C

                      This will allow you to access each Z stepper individually (as Z A B or C) using the job buttons in the DWC.

                      Frederick

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

                      moe.adams9093undefined 1 Reply Last reply Reply Quote 0
                      • moe.adams9093undefined
                        moe.adams9093
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • moe.adams9093undefined
                          moe.adams9093 @fcwilt
                          last edited by

                          @fcwilt Ok what about when I use my Z-Probe and to run G32 how that going work

                          fcwiltundefined 1 Reply Last reply Reply Quote 0
                          • fcwiltundefined
                            fcwilt @moe.adams9093
                            last edited by

                            @moe-adams9093 said in G32 ERROR:

                            @fcwilt Ok what about when I use my Z-Probe and to run G32 how that going work

                            The changes I suggested were only for TESTING to verify that each Z stepper on it's own was working as expected with no possible interactions with the other Z steppers.

                            Once you were sure that they were working then you would restore the original stepper configuration commands.

                            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
                            • moe.adams9093undefined
                              moe.adams9093
                              last edited by

                              Ok make sense thank you

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

                                M574 Z2 S1 P"!exp.e2stop+!exp.e3stop+!exp.e5stop+!exp.e6stop"

                                Instead of using exp.e#stop let's try using the pin names for the actual deux pins.

                                duex.e2stop
                                duex.e3stop
                                duex.e4stop
                                duex.e5stop
                                duex.e6stop

                                When using these names I think you can remove the !, but please test carefully.

                                Z-Bot CoreXY Build | Thingiverse Profile

                                moe.adams9093undefined 1 Reply Last reply Reply Quote 0
                                • moe.adams9093undefined
                                  moe.adams9093 @Phaedrux
                                  last edited by

                                  @Phaedrux so I did move the ! And did exactly as
                                  M574 Z2 S1 P" duex.e2stop+ duex.e3stop+duex.e5stop+ duex.e6stop"; when I click home Z axis are not moving they do get power but no signal

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

                                    And if you check M119 what does the endstop status say?
                                    If it says the z endstop is triggered but the switch isn't pressed, then you would need to add the ! again to invert the signal.

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    moe.adams9093undefined 1 Reply Last reply Reply Quote 0
                                    • moe.adams9093undefined
                                      moe.adams9093 @Phaedrux
                                      last edited by

                                      @Phaedrux yes thats what I got

                                      2/1/2021, 1:30:18 PM: M119: Endstops - X: not stopped, Y: not stopped, Z: at max stop, Z probe: not stopped
                                      
                                      moe.adams9093undefined 1 Reply Last reply Reply Quote 0
                                      • moe.adams9093undefined
                                        moe.adams9093 @moe.adams9093
                                        last edited by

                                        I'm going to put ! back and see what's going on

                                        1 Reply Last reply Reply Quote 0
                                        • moe.adams9093undefined
                                          moe.adams9093
                                          last edited by

                                          The only one is communicating probably is e6stop

                                          1 Reply Last reply Reply Quote 0
                                          • moe.adams9093undefined
                                            moe.adams9093
                                            last edited by

                                            Its not working. when I added this code
                                            M574 Z2 S1 p"!duex.e6stop+!duex.e5stop+!duex.e3stop+!duex.e4stop";
                                            and run M119

                                            M119
                                            Endstops - X: at min stop, Y: at min stop, Z: no endstop, Z probe: not stopped
                                            

                                            but If I remove any one of any of the above endstops

                                            example:
                                            M574 Z2 S1 p"!duex.e6stop+!duex.e5stop+!duex.e3stop";

                                            my M119 will show Z end stop is available I don't know what's causing this issue to not take all 4endstops. also when I press any of the endstops they all stop automatically not individually. I don't know whats happening maybe my duex 5 is bad or if you guys know any solution around please let me know. thank you

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