You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a good way to check to see if the setting for TRINAMIC_R_SENSE is changed from the default 0f 75 mOhm after the firmware is built? I am using the BTT 5160 Plus external driver modules and they use a 22 mOhm current sense resistor rather than the standard 75 mOhm. I have added -D TRINAMIC_R_SENSE=22 to platformio.ini as I am using platformIO to perform the builds but with testing I am still drawing over 3.5A for a driver when the current is set to 1A. Is there a way to verify that the value is actually included properly?
The text was updated successfully, but these errors were encountered:
I am unclear on what Run Current in the M122 report is supposed to indicate. It appears to be a ratio but I have found not documentation on what it is supposed to represent. the Hold Current makes a little more sense as it is a percentage of the run current. Is there somewhere I can reference to understand those values?
Is there a good way to check to see if the setting for TRINAMIC_R_SENSE is changed from the default 0f 75 mOhm after the firmware is built? I am using the BTT 5160 Plus external driver modules and they use a 22 mOhm current sense resistor rather than the standard 75 mOhm. I have added
-D TRINAMIC_R_SENSE=22
to platformio.ini as I am using platformIO to perform the builds but with testing I am still drawing over 3.5A for a driver when the current is set to 1A. Is there a way to verify that the value is actually included properly?The text was updated successfully, but these errors were encountered: