Is there a Hold Current setting in the SKR Pro v1.2 (Marlin)?

The Jackpot w/ FluidNC appears to have separate Run and Hold current settings. Going through the Marlin Configuration.h and Configuration_adv.h files for my SKR Pro v1.2, I’ve only found the #define X_CURRENT (plus Y, Z, Z1, etc.) parameters.

Is it possible to set a lower Hold current on the SKR Pro running Marlin?

Found it! In Configuration_adv.h:

#if HAS_TRINAMIC_CONFIG

#define HOLD_MULTIPLIER 0.8 // 0.5 /

2 Likes