mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-25 07:34:06 -06:00
🎨 Clean up excess
This commit is contained in:
parent
a7d52ed1c9
commit
5c47dd9b10
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -1467,7 +1467,7 @@
|
|||
|
||||
// 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.
|
||||
#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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue