🎨 Clean up excess

This commit is contained in:
Scott Lahteine 2025-06-23 23:20:38 -05:00
parent a7d52ed1c9
commit 5c47dd9b10
2 changed files with 1 additions and 1 deletions

View file

@ -1467,7 +1467,7 @@
// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS. // Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
// These correspond to the physical drivers, so be mindful if the order is changed. // These correspond to the physical drivers, so be mindful if the order is changed.
#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.000, 1.000, 1.000, 1.000, 1.000 } // MKS_SBASE #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0f, 1.0f, 1.0f, 1.0f, 1.0f } // MKS_SBASE
//#define DIGIPOT_USE_RAW_VALUES // Use DIGIPOT_MOTOR_CURRENT raw wiper values (instead of A4988 motor currents) //#define DIGIPOT_USE_RAW_VALUES // Use DIGIPOT_MOTOR_CURRENT raw wiper values (instead of A4988 motor currents)