diff --git a/config/examples/MakerTech3D/Proforge2sDual/Proforge2sDual.zip b/config/examples/MakerTech3D/Proforge2sDual/Proforge2sDual.zip deleted file mode 100644 index 837b037a17..0000000000 Binary files a/config/examples/MakerTech3D/Proforge2sDual/Proforge2sDual.zip and /dev/null differ diff --git a/config/examples/delta/Tevo Little Monster/Configuration_adv.h b/config/examples/delta/Tevo Little Monster/Configuration_adv.h index 49ea6c7b10..723ed8657b 100644 --- a/config/examples/delta/Tevo Little Monster/Configuration_adv.h +++ b/config/examples/delta/Tevo Little Monster/Configuration_adv.h @@ -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)