Space out array values
This commit is contained in:
parent
d4599fd8ed
commit
a1812b55f6
24 changed files with 62 additions and 62 deletions
|
|
@ -32,7 +32,7 @@
|
|||
// I2C based DAC like on the Printrboard REVF
|
||||
#define DAC_STEPPER_CURRENT
|
||||
// Channels available for DAC, For Rigidboard there are 4
|
||||
#define DAC_STEPPER_ORDER {0,1,2,3}
|
||||
#define DAC_STEPPER_ORDER { 0, 1, 2, 3 }
|
||||
|
||||
#define DAC_STEPPER_SENSE 0.11
|
||||
#define DAC_STEPPER_ADDRESS 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue