🎨 Check flags without ENABLED
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
//
|
||||
// DAC steppers
|
||||
//
|
||||
#define HAS_MOTOR_CURRENT_DAC
|
||||
#define HAS_MOTOR_CURRENT_DAC 1
|
||||
|
||||
#define DAC_STEPPER_ORDER { 0, 1, 2, 3 }
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
//
|
||||
|
||||
// I2C based DAC like on the Printrboard REVF
|
||||
#define HAS_MOTOR_CURRENT_DAC
|
||||
#define HAS_MOTOR_CURRENT_DAC 1
|
||||
|
||||
// Channels available for DAC, For Rigidboard there are 4
|
||||
#define DAC_STEPPER_ORDER { 0, 1, 2, 3 }
|
||||
|
@ -141,7 +141,7 @@
|
||||
#endif // NO_EXTRUDRBOARD
|
||||
|
||||
// Enable control of stepper motor currents with the I2C based MCP4728 DAC used on Printrboard REVF
|
||||
#define HAS_MOTOR_CURRENT_DAC
|
||||
#define HAS_MOTOR_CURRENT_DAC 1
|
||||
|
||||
// Set default drive strength percents if not already defined - X, Y, Z, E axis
|
||||
#ifndef DAC_MOTOR_CURRENT_DEFAULT
|
||||
|
Reference in New Issue
Block a user