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

    I could use some help

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    11
    682
    63.5k
    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 @A Former User
      last edited by

      @mac said in I could use some help:

      @fcwilt @droftarts I closed the z-endstop with my left finger, and hit M110 Send with my right finger. M119 reported Z: at end stop, Z probe: not stopped.

      I'm not making this up, guys.

      I know you are not. I have complete faith in you.

      So as far as you can see M119 reports that same for the Z endstop switch regardless of it being pressed closed or not?

      Interesting.

      How about doing the same for the X and Y endstop switches. You can press just one at a time and execute the M119 for each one. It is not necessary to press them both at the same time.

      What we want to verify is that M119 reports the correct thing for both states of the endstop switches, pressed and not pressed.

      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

      A Former User? 1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User @fcwilt
        last edited by

        @fcwilt I just ran M119 again, it's reporting: X not stopped, Y not stopped, Z at min stop, Z probe not stopped.

        A Former User? fcwiltundefined 2 Replies Last reply Reply Quote 0
        • A Former User?
          A Former User @A Former User
          last edited by

          @fcwilt I just verified that with the z-endstop pushed down, M119 is reporting the same information as above.

          1 Reply Last reply Reply Quote 0
          • fcwiltundefined
            fcwilt @A Former User
            last edited by

            @mac said in I could use some help:

            @fcwilt I just ran M119 again, it's reporting: X not stopped, Y not stopped, Z at min stop, Z probe not stopped.

            OK let's leave Z for now and test X and Y.

            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

            A Former User? 1 Reply Last reply Reply Quote 0
            • A Former User?
              A Former User @fcwilt
              last edited by

              @fcwilt I'm going to test the X endstop, and then the Y endstop. Please wait for my report.

              fcwiltundefined A Former User? 2 Replies Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt @A Former User
                last edited by

                @mac

                I'm not going anywhere.

                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 0
                • A Former User?
                  A Former User @A Former User
                  last edited by

                  @fcwilt okay, here are the results: with X endstop pressed down, M119 reports X at min stop. With Y endstop pressed down, M119 reports Y at min stop.

                  Interestingly, M119 continues to report Z at min stop even though I'm NOT pressing it down?

                  A Former User? 1 Reply Last reply Reply Quote 0
                  • A Former User?
                    A Former User @A Former User
                    last edited by

                    @fcwilt

                    ; Axis Limits
                    M208 X0 Y0 Z0 S1                                   ; set axis minima
                    M208 X220 Y220 Z240 S0                             ; set axis maxima
                    
                    A Former User? 1 Reply Last reply Reply Quote 0
                    • A Former User?
                      A Former User @A Former User
                      last edited by

                      @fcwilt are the S0 and S1 reversed?

                      fcwiltundefined 1 Reply Last reply Reply Quote 0
                      • fcwiltundefined
                        fcwilt @A Former User
                        last edited by

                        @mac said in I could use some help:

                        @fcwilt are the S0 and S1 reversed?

                        No they are correct.

                        But, just FYI, there is a simpler form of M208 (at least I think it is simpler)

                        M208 X0:220 Y0:220 Z0:240

                        Notice no S0 or S1.

                        The number before the : character is the min value for the axis specified by the letter.

                        The number after the : character is the max value for the axis specified by the letter.

                        I find it easier to remember "min then max" rather then "is it S0 or S1".

                        That's just me.

                        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

                        A Former User? 1 Reply Last reply Reply Quote 0
                        • A Former User?
                          A Former User @fcwilt
                          last edited by

                          @fcwilt for a moment I was confused as to where the 0 was, i.e., the number before the "colon" is . . . .

                          But I figured it out!

                          A Former User? 1 Reply Last reply Reply Quote 1
                          • A Former User?
                            A Former User @A Former User
                            last edited by

                            @fcwilt so where do these responses put us?

                            fcwiltundefined 1 Reply Last reply Reply Quote 0
                            • fcwiltundefined
                              fcwilt @A Former User
                              last edited by

                              @mac said in I could use some help:

                              @fcwilt so where do these responses put us?

                              We are still need to test the X and Y endstop switches to see what M119 reports when a switch is pressed or not pressed.

                              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

                              A Former User? 1 Reply Last reply Reply Quote 0
                              • A Former User?
                                A Former User @fcwilt
                                last edited by

                                @fcwilt with X depressed, X is at min stop, everything else is as it has been.

                                With Y depressed, Y is at min stop, everything else is as it has been.

                                A Former User? fcwiltundefined 2 Replies Last reply Reply Quote 0
                                • A Former User?
                                  A Former User @A Former User
                                  last edited by A Former User

                                  @fcwilt the Z-endstop is still saying it's at the min stop.

                                  A Former User? 1 Reply Last reply Reply Quote 0
                                  • A Former User?
                                    A Former User @A Former User
                                    last edited by

                                    @fcwilt Z must be wrong, don't you think?

                                    1 Reply Last reply Reply Quote 0
                                    • fcwiltundefined
                                      fcwilt @A Former User
                                      last edited by

                                      @mac said in I could use some help:

                                      @fcwilt with X depressed, X is at min stop, everything else is as it has been.

                                      With Y depressed, Y is at min stop, everything else is as it has been.

                                      Fantastic.

                                      So we know the X and Y endstop are working.

                                      But the Z is not. It should do the same as the X and Y.

                                      Please do this - from the DWC console execute M574 by itself - it should report how each endstop is configured.

                                      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

                                      A Former User? 1 Reply Last reply Reply Quote 0
                                      • A Former User?
                                        A Former User @fcwilt
                                        last edited by

                                        @fcwilt

                                        6/27/2022, 9:17:19 AM	M574
                                        Endstop configuration:
                                        X: low end switch connected to pin !io5.in
                                        Y: low end switch connected to pin !io6.in
                                        Z: low end switch connected to pin io2.in
                                        
                                        A Former User? fcwiltundefined 2 Replies Last reply Reply Quote 0
                                        • A Former User?
                                          A Former User @A Former User
                                          last edited by

                                          @fcwilt something about that doesn't look right?

                                          droftartsundefined 1 Reply Last reply Reply Quote 0
                                          • fcwiltundefined
                                            fcwilt @A Former User
                                            last edited by

                                            @mac said in I could use some help:

                                            @fcwilt

                                            6/27/2022, 9:17:19 AM	M574
                                            Endstop configuration:
                                            X: low end switch connected to pin !io5.in
                                            Y: low end switch connected to pin !io6.in
                                            Z: low end switch connected to pin io2.in
                                            

                                            Great. You getting the hang of this, aren't you!

                                            So it says the Z endstop is configured on the low end, is connected to io2.in and does not have the ! character because the white wire is connected to the NO connection on the switch.

                                            But it seems that pressing or not pressing the Z endstop switch doesn't change what M119 reports.

                                            Did you verify that the Z endstop switch is still plugged onto the IO2 connector?

                                            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 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA