|
@@ -90,13 +90,13 @@
|
90
|
90
|
// uncomment to enable an I2C based DAC like on the Printrboard REVF
|
91
|
91
|
#define DAC_STEPPER_CURRENT
|
92
|
92
|
// Number of channels available for DAC, For Printrboar REVF there are 4
|
93
|
|
-#define DAC_STEPPER_ORDER {3,2,1,0}
|
|
93
|
+#define DAC_STEPPER_ORDER {3,2,1,0}
|
94
|
94
|
|
95
|
|
-#define DAC_STEPPER_SENSE 0.11
|
96
|
|
-#define DAC_STEPPER_ADDRESS 0
|
97
|
|
-#define DAC_STEPPER_MAX 3520
|
98
|
|
-#define DAC_STEPPER_VREF 1 //internal Vref, gain 1x = 2.048V
|
99
|
|
-#define DAC_STEPPER_GAIN 0
|
|
95
|
+#define DAC_STEPPER_SENSE 0.11
|
|
96
|
+#define DAC_STEPPER_ADDRESS 0
|
|
97
|
+#define DAC_STEPPER_MAX 3520
|
|
98
|
+#define DAC_STEPPER_VREF 1 //internal Vref, gain 1x = 2.048V
|
|
99
|
+#define DAC_STEPPER_GAIN 0
|
100
|
100
|
|
101
|
101
|
#if DISABLED(SDSUPPORT)
|
102
|
102
|
// these pins are defined in the SD library if building with SD support
|