stall detection drive object model
-
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 -
@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.