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

    Endstops on Duex5

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    8
    562
    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.
    • 3dwareundefined
      3dware
      last edited by

      Hello
      I have a little question more

      If I want to set the endstops x-min y-min z-max on the duex5, do I have to specify which code in the conig?

      I always have the lasers in place and not the axes endstops.

      greetz
      Michel

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

        Remapping endstops is only supported in the 2.03beta firmware. See the C parameter in the M574 command, https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M574_Set_endstop_configuration

        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
        • 3dwareundefined
          3dware
          last edited by

          Yes I have

          However, my question is how do I write the M574 correctly so that this is possible?

          ; Endstops M574 C5: X1 C6: Y1 C8: Z1 S1

          Is it that right?

          regards

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

            No, you need a separate M574 command for each endstop when you use the C parameter.

            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
            • 3dwareundefined
              3dware
              last edited by

              then it is so right

              M574 C5:X1 S0 ; Set active high endstops
              M574 C6:Y1 S0 ; Set active high endstops
              M574 C8:Z1 S0

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

                @3dware said in Endstops on Duex5:

                M574 C5:X1 S0 ; Set active high endstops
                M574 C6:Y1 S0 ; Set active high endstops
                M574 C8:Z1 S0

                You need:

                M574 C5 X1 S0 ; Set active high endstops
                M574 C6 Y1 S0 ; Set active high endstops
                M574 C8 Z1 S0

                The order of the parameters in a command doesn't matter.

                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
                • 3dwareundefined
                  3dware
                  last edited by

                  I have the NC switch on E-StopV and Z Stop.

                  This endstop is XEND for me

                  I have the problem that the switch has no influence and the axis always stays where it is and sets zero.

                  many thanks for the help
                  0_1554122865872_tempsnip.png

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

                    You can use the Machine Properties page of DWC 1.22.6, or the M119 command, to read the endstop switches in order to test them.

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