Ver código fonte

Bring other configs up to date with wt150 changes

Scott Lahteine 8 anos atrás
pai
commit
4cdda5615b

+ 3
- 3
Marlin/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/Cartesio/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/Felix/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/Hephestos/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/Hephestos_2/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -422,6 +421,7 @@
422 421
 
423 422
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
424 423
 //#define DIGIPOT_I2C
424
+//#define DIGIPOT_MCP4018
425 425
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
426 426
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
427 427
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/K8200/Configuration_adv.h Ver arquivo

@@ -269,7 +269,6 @@
269 269
   #define INVERT_X2_VS_X_DIR true
270 270
 #endif
271 271
 
272
-
273 272
 // Dual Y Steppers
274 273
 // Uncomment this option to drive two Y axis motors.
275 274
 // The next unused E driver will be assigned to the second Y stepper.
@@ -420,8 +419,8 @@
420 419
  *                         known compatible chips: AD5206
421 420
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
422 421
  *                         known compatible chips: MCP4728
423
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
424
- *                         known compatible chips: MCP4451
422
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
423
+ *                         known compatible chips: MCP4451, MCP4018
425 424
  *
426 425
  *  Motor currents can also be set by M907 - M910 and by the LCD.
427 426
  *    M907 - applies to all.
@@ -434,6 +433,7 @@
434 433
 
435 434
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
436 435
 //#define DIGIPOT_I2C
436
+//#define DIGIPOT_MCP4018
437 437
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
438 438
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
439 439
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/K8400/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/RigidBot/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/SCARA/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/TAZ4/Configuration_adv.h Ver arquivo

@@ -264,7 +264,6 @@
264 264
   #define INVERT_X2_VS_X_DIR true
265 265
 #endif
266 266
 
267
-
268 267
 // Dual Y Steppers
269 268
 // Uncomment this option to drive two Y axis motors.
270 269
 // The next unused E driver will be assigned to the second Y stepper.
@@ -415,8 +414,8 @@
415 414
  *                         known compatible chips: AD5206
416 415
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
417 416
  *                         known compatible chips: MCP4728
418
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
419
- *                         known compatible chips: MCP4451
417
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
418
+ *                         known compatible chips: MCP4451, MCP4018
420 419
  *
421 420
  *  Motor currents can also be set by M907 - M910 and by the LCD.
422 421
  *    M907 - applies to all.
@@ -429,6 +428,7 @@
429 428
 
430 429
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
431 430
 //#define DIGIPOT_I2C
431
+//#define DIGIPOT_MCP4018
432 432
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
433 433
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
434 434
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 2
- 3
Marlin/example_configurations/TinyBoy2/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -421,8 +420,8 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
424
-// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8
425
-#define DIGIPOT_I2C_NUM_CHANNELS 8
423
+//#define DIGIPOT_MCP4018
424
+#define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
426 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
427 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
428 427
 

+ 3
- 3
Marlin/example_configurations/WITBOX/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/delta/flsun_kossel_mini/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -409,8 +408,8 @@
409 408
  *                         known compatible chips: AD5206
410 409
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
411 410
  *                         known compatible chips: MCP4728
412
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
413
- *                         known compatible chips: MCP4451
411
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
412
+ *                         known compatible chips: MCP4451, MCP4018
414 413
  *
415 414
  *  Motor currents can also be set by M907 - M910 and by the LCD.
416 415
  *    M907 - applies to all.
@@ -423,6 +422,7 @@
423 422
 
424 423
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
425 424
 //#define DIGIPOT_I2C
425
+//#define DIGIPOT_MCP4018
426 426
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
427 427
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
428 428
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/delta/generic/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -409,8 +408,8 @@
409 408
  *                         known compatible chips: AD5206
410 409
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
411 410
  *                         known compatible chips: MCP4728
412
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
413
- *                         known compatible chips: MCP4451
411
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
412
+ *                         known compatible chips: MCP4451, MCP4018
414 413
  *
415 414
  *  Motor currents can also be set by M907 - M910 and by the LCD.
416 415
  *    M907 - applies to all.
@@ -423,6 +422,7 @@
423 422
 
424 423
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
425 424
 //#define DIGIPOT_I2C
425
+//#define DIGIPOT_MCP4018
426 426
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
427 427
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
428 428
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -409,8 +408,8 @@
409 408
  *                         known compatible chips: AD5206
410 409
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
411 410
  *                         known compatible chips: MCP4728
412
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
413
- *                         known compatible chips: MCP4451
411
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
412
+ *                         known compatible chips: MCP4451, MCP4018
414 413
  *
415 414
  *  Motor currents can also be set by M907 - M910 and by the LCD.
416 415
  *    M907 - applies to all.
@@ -423,6 +422,7 @@
423 422
 
424 423
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
425 424
 //#define DIGIPOT_I2C
425
+//#define DIGIPOT_MCP4018
426 426
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
427 427
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
428 428
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h Ver arquivo

@@ -261,7 +261,6 @@
261 261
   #define INVERT_X2_VS_X_DIR true
262 262
 #endif
263 263
 
264
-
265 264
 // Dual Y Steppers
266 265
 // Uncomment this option to drive two Y axis motors.
267 266
 // The next unused E driver will be assigned to the second Y stepper.
@@ -414,8 +413,8 @@
414 413
  *                         known compatible chips: AD5206
415 414
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
416 415
  *                         known compatible chips: MCP4728
417
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
418
- *                         known compatible chips: MCP4451
416
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
417
+ *                         known compatible chips: MCP4451, MCP4018
419 418
  *
420 419
  *  Motor currents can also be set by M907 - M910 and by the LCD.
421 420
  *    M907 - applies to all.
@@ -428,6 +427,7 @@
428 427
 
429 428
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
430 429
 //#define DIGIPOT_I2C
430
+//#define DIGIPOT_MCP4018
431 431
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
432 432
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
433 433
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -409,8 +408,8 @@
409 408
  *                         known compatible chips: AD5206
410 409
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
411 410
  *                         known compatible chips: MCP4728
412
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
413
- *                         known compatible chips: MCP4451
411
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
412
+ *                         known compatible chips: MCP4451, MCP4018
414 413
  *
415 414
  *  Motor currents can also be set by M907 - M910 and by the LCD.
416 415
  *    M907 - applies to all.
@@ -423,6 +422,7 @@
423 422
 
424 423
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
425 424
 //#define DIGIPOT_I2C
425
+//#define DIGIPOT_MCP4018
426 426
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
427 427
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
428 428
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

+ 3
- 3
Marlin/example_configurations/makibox/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 4 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.7, 1.7, 1.7, 1.7 }  // 5DPRINT

+ 3
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h Ver arquivo

@@ -256,7 +256,6 @@
256 256
   #define INVERT_X2_VS_X_DIR true
257 257
 #endif
258 258
 
259
-
260 259
 // Dual Y Steppers
261 260
 // Uncomment this option to drive two Y axis motors.
262 261
 // The next unused E driver will be assigned to the second Y stepper.
@@ -407,8 +406,8 @@
407 406
  *                         known compatible chips: AD5206
408 407
  *    DAC_MOTOR_CURRENT_DEFAULT - used by PRINTRBOARD_REVF & RIGIDBOARD_V2
409 408
  *                         known compatible chips: MCP4728
410
- *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT & AZTEEG_X3_PRO
411
- *                         known compatible chips: MCP4451
409
+ *    DIGIPOT_I2C_MOTOR_CURRENTS - used by 5DPRINT, AZTEEG_X3_PRO, MIGHTYBOARD_REVE
410
+ *                         known compatible chips: MCP4451, MCP4018
412 411
  *
413 412
  *  Motor currents can also be set by M907 - M910 and by the LCD.
414 413
  *    M907 - applies to all.
@@ -421,6 +420,7 @@
421 420
 
422 421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423 422
 //#define DIGIPOT_I2C
423
+//#define DIGIPOT_MCP4018
424 424
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
425 425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
426 426
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO

Carregando…
Cancelar
Salvar