Space out array values
This commit is contained in:
@ -83,7 +83,7 @@
|
||||
// uncomment to enable an I2C based DAC like on the Printrboard REVF
|
||||
#define DAC_STEPPER_CURRENT
|
||||
// Number of channels available for DAC, For Printrboar REVF there are 4
|
||||
#define DAC_STEPPER_ORDER {3,2,1,0}
|
||||
#define DAC_STEPPER_ORDER { 3, 2, 1, 0 }
|
||||
|
||||
#define DAC_STEPPER_SENSE 0.11
|
||||
#define DAC_STEPPER_ADDRESS 0
|
||||
|
Reference in New Issue
Block a user