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

    stall detection drive object model

    Scheduled Pinned Locked Moved
    Firmware wishlist
    2
    2
    152
    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.
    • Jos_mosaundefined
      Jos_mosa
      last edited by

      When a drive gets stalled you get a popup on the screen that tells you which drive stalled.
      Then you can run the rehome.g file.
      Is there a way to query which drive stalled in the rehome.g file, so we can do things to the specific drive.
      some thing like:

      if stall_drive_0.1 is true
      do something
      if stall_drive_0.2 is true
      do something else

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

        @jos_mosa in RRF 3.4.x a driver-stall event is generated instead, and the driver number is passed as a parameter to the event handler macro. See https://docs.duet3d.com/en/User_manual/RepRapFirmware/Events.

        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