Duet3D Logo

    Duet3D

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

    Endstop on 2nd Y motor

    General Discussion
    2
    3
    66
    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.
    • DeltaCon
      DeltaCon last edited by

      I am configuring my new Maestro for my dedicated laser machine.
      My table has a dual Y axis and I want independant homing. In RRF3 it is said that I do not need to configure a U axis and hide it, like it was previously.

      This is what I did:

      ; Drives
      M569 P0 S0                                         ; physical drive 0 goes backwards  
      M569 P1 S0                                         ; physical drive 1 goes backwards  
      M569 P2 S0                                         ; physical drive 2 goes backwards  
      M569 P3 S1                                         ; physical drive 3 goes forwards
      M569 P4 S0                                         ; physical drive 4 goes backwards  /  2nd Y motor
      M584 X0 Y1:4 Z2 E3 P3                      ; set drive mapping  /  map 2nd Y motor to Y axis
      
      ; Endstops
      M574 X1 S1 P"xstop"                         ; configure active-high endstop for low end on X via pin xstop
      M574 Y1 S1 P"ystop+e1stop"                  ; configure active-high endstop for low end on Y via pin ystop
      M574 Z2 S1 P"zstop"                         ; configure active-high endstop for low end on Z via pin zstop
      

      DWC does not show the status of the second Y endstop:
      832e7db8-bc6c-4a84-aed3-3b9227bad3e7-image.png

      And also M119 does not give any info on that endstop status.
      What am I doing wrong?
      Thanks!

      If you think trial and error is dangerous, try routine. That's even more so!

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

        DWC and M119 will show the Y endstop as triggered if either switch is triggered. So you can test them by triggering one at a time. When you home Y, each switch will stop its own motor.

        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

        DeltaCon 1 Reply Last reply Reply Quote 0
        • DeltaCon
          DeltaCon @dc42 last edited by

          @dc42 said in Endstop on 2nd Y motor:

          ... When you home Y, each switch will stop its own motor.

          Okay, so in M574 the endstops pins must be defined in the order the motors were assigend in the M584. That seems an obvious thing to do, but I did not realise they would show up as one "virtual" endstop. I wil try. First I need to recrimp my endstop cables. In the factory ones I have most pins seem to make no contact...
          Thanks!

          If you think trial and error is dangerous, try routine. That's even more so!

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