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

    Cant get external trigger workin

    Scheduled Pinned Locked Moved
    General Discussion
    3
    5
    193
    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.
    • davidvh86undefined
      davidvh86
      last edited by davidvh86

      Hey im running 3.1.1 and keep reading thought the documentation and it isnt clicking. I setup a trigger2.g and it works but cant seem to get the external switch working. Its a normally open switch running of the e1 end stop so i put this in my config g

      ; Input/Output
      M950 J1 C"e1stop"
      M581 P0 S0 T2 R0

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

        Hi,

        Well in the M950 you have J1 which specifies the pin number.

        In M581 you have P0 which specifies a different pin number - I think.

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

          yeah, i think you either need to use J0 or P1 to refer to the same pin in both M950 and M581 respectively.

          i.e. if you have previously created J0 then stick with J1 and switch to P1 to mathc.

          OT: https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_M581 seems to be out of date with respect to 3.1.1

          1 Reply Last reply Reply Quote 0
          • davidvh86undefined
            davidvh86
            last edited by

            @bearer said in Cant get external trigger workin:

            ah, i think you either need to use J0 or P1 to refer to the same pin in both M950 and M581 respectively.

            k thanks guys ill try it out

            1 Reply Last reply Reply Quote 0
            • davidvh86undefined
              davidvh86
              last edited by

              Worked thanks guys

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