Can’t store heater fault details in returned message
-
I have an application that needs to do some further processing with the details of heater faults, but I can’t find where that information is stored outside of the message shown on the Duet web control. For example, if the heater faults because the temperature rises too slowly or too quickly, I need to know that information. How can I get that information outside of the web control?
-
@steviegregory
Have a look here
https://docs.duet3d.com/en/User_manual/RepRapFirmware/EventsYou can use the heater-error.g macro to parse the warning or error and do with it what you will.
-
@owend Is it possible to do this on RepRap 3.1.x, before the addition of events in RepRap 3.4?
-
@steviegregory
I can't seem to accessing the release notes of the various versions at present.
The file names changed in 3.4
You would probably need heater_error.g in v3.1
I can't recall what parameters were passed to it.
Try usingecho param.S
-
@steviegregory said in Can’t store heater fault details in returned message:
@owend Is it possible to do this on RepRap 3.1.x, before the addition of events in RepRap 3.4?
No.