Cleanup stepper current control config options
This commit is contained in:
		| @@ -419,13 +419,13 @@ | ||||
|  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H | ||||
|  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2 | ||||
|  */ | ||||
| //#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps | ||||
| //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A) | ||||
| //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis | ||||
| //#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps | ||||
| //#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A) | ||||
| //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis | ||||
|  | ||||
| // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro | ||||
| #define DIGIPOT_I2C | ||||
| #define DIGIPOT_MCP4018 | ||||
| #define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster | ||||
| #define DIGIPOT_I2C_NUM_CHANNELS 5 // 5DPRINT: 4     AZTEEG_X3_PRO: 8 | ||||
| // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS | ||||
| #define DIGIPOT_I2C_MOTOR_CURRENTS {0.68, 0.68, 1.18, 1.27, 1.27} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user