Report motor temperatures
-
Is there a way I can find out motor temperatures or get a log of motor temperatures over the course of a print?
-
@erice555 not without adding temperature sensors directly to them
-
@jay_s_uk oh. I thought I remembered something from my Ender (which I no longer have) that there was a mode where the motors would monitor skipping and adjust/reduce their operating current accordingly. I guess that is a little different that what I said but it is what I was thinking about. Do you know what that is called?
-
@erice555 stall detection? that'll report if theres a stall detected.
https://duet3d.dozuki.com/Wiki/M915 -
@jay_s_uk I think Marlin has a mode in which if it detects the TMC drivers going over temperature it will reduce the current to them.
-
@gloomyandy Yes, that is what I was thinking of. I was running marlin and SKR 1.3 board. Does reprap have anything like that?
-
@erice555 RRF will warn you if the drivers report over temperature warning or over temperature error. You can also configure a fan to turn on of any them generates a warning. There is no automatic current reduction when an over temperature warning is generated, however in RRF 3.4 you can set up a macro to do whatever you wish when a warning is generated.