|
@@ -269,7 +269,7 @@
|
269
|
269
|
#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
|
270
|
270
|
|
271
|
271
|
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
|
272
|
|
-#define DIGIPOT_I2C
|
|
272
|
+//#define DIGIPOT_I2C
|
273
|
273
|
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8
|
274
|
274
|
#define DIGIPOT_I2C_NUM_CHANNELS 8
|
275
|
275
|
// actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
|
|
@@ -278,7 +278,7 @@
|
278
|
278
|
//===========================================================================
|
279
|
279
|
//=============================Additional Features===========================
|
280
|
280
|
//===========================================================================
|
281
|
|
-
|
|
281
|
+.
|
282
|
282
|
#define SD_FINISHED_STEPPERRELEASE true //if sd support and the file is finished: disable steppers?
|
283
|
283
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the z enabled so your bed stays in place.
|
284
|
284
|
|