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

    using home swich as end stop

    Scheduled Pinned Locked Moved
    General Discussion
    2
    4
    423
    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.
    • yamanundefined
      yaman
      last edited by yaman

      Hi all
      is there any command to use homing switch as an emergency stop or end stop In case if the machine hit the limit switch so I want the machine to stop moving for safety ?
      because right now my machine use the homing switch just to set 0,0,0 x,y,z position or what ever homing macro set for .
      machine type : Cartesian
      Duet Web Control 2.0.0-RC2 / RepRapFirmware 2.02(RTOS)

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

        Yes, see the M581 command.

        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

        yamanundefined 1 Reply Last reply Reply Quote 1
        • yamanundefined
          yaman
          last edited by yaman

          thanks
          I try but something not go Right
          I put this code in config file
          ; Endstops
          M574 X2 Y2 Z2 S0
          M581 E0 T2 S0 C0
          and I create file name trigger2.g
          I put same code M581 E0 T2 S0 C0 and I put M 300 just to make sure it's work
          but when I sent command like G01F3000 Z100 the machine not stop and continue to Z 100 then after that the beep sound start

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

            @dc42
            It's work
            with this code M581 E0 T1 S0 and paused the print and T0 make emergency stop

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