Browse Source

Default is to not define digipot_i2c

Jim Morris 11 years ago
parent
commit
8a1fd25363
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration_adv.h

+ 2
- 2
Marlin/Configuration_adv.h View File

@@ -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
 

Loading…
Cancel
Save