Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Endstop triggered but carrige doesn't stop

    Tuning and tweaking
    3
    7
    1641
    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.
    • Cinpro
      Cinpro last edited by

      I have checked them all with M119 and they all say that they are trigger and I verified that the trigger and the tower match when doing them one at a time. It hits the optical endstop and grinds away until I turn it off. All worked before I removed wires for testing to find a short (hotend heater)

      Where do I go from here?

      3:21:39 PM
      M119
      Endstops - X: not stopped, Y: at max stop, Z: not stopped, Z probe: not stopped
      3:21:26 PM
      M119
      Endstops - X: not stopped, Y: not stopped, Z: at max stop, Z probe: not stopped
      3:20:51 PM
      M119
      Endstops - X: at max stop, Y: not stopped, Z: not stopped, Z probe: not stopped

      ; homedelta.g
      ; called to home all towers on a delta printer
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon May 22 2017 22:56:20 GMT-0400 (Eastern Daylight Time)

      ; Use relative positioning
      G91

      ; Move all towers to the high end stopping at the endstops (first pass)
      G1 X525 Y525 Z525 F3000 S1

      ; Go down a few mm
      G1 X-5 Y-5 Z-5 F1800 S2

      ; Move all towers up once more (second pass)
      G1 X10 Y10 Z10 F360 S1

      ; Move down a few mm so that the nozzle can be centred
      G1 Z-5 F6000

      ; Switch back to absolute positioning and go to the centre
      G90
      G1 X0 Y0 F6000

      1 Reply Last reply Reply Quote 0
      • number40fan
        number40fan last edited by

        Which endstop?

        Should probably include your M574 and M558 just in case.

        1 Reply Last reply Reply Quote 0
        • Cinpro
          Cinpro last edited by

          Y or Beta tower

          ; Endstops
          M574 X2 Y2 Z2 S1 ; Define active high microswitches
          M558 P1 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds
          M557 R130 S20 ; Define mesh grid

          1 Reply Last reply Reply Quote 0
          • number40fan
            number40fan last edited by

            Everything looks good to me.

            I would swap the endstop connections for Y and Z and then home the printer. You can reduce the current for the motors while testing in M906. If it now fails on Z, then you have to have a bad board.

            1 Reply Last reply Reply Quote 0
            • Cinpro
              Cinpro last edited by

              LEDs on the board go off when triggered, checked that, trying to go back to the beginning again

              1 Reply Last reply Reply Quote 0
              • dc42
                dc42 administrators last edited by

                On a delta, failure to stop at one of the endstop switches when homing typically means that the endstop switch connections don't match the motor connections, e.g. the carriage that is driven by the motor that is connected to the Y motor connector hits the switch that is connected to the X endstop input.

                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
                • Cinpro
                  Cinpro last edited by

                  that was the clue I needed, thanks man!

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