Browse Source

Bring other configs up to date with wt150 changes

Scott Lahteine 8 years ago
parent
commit
4cdda5615b

+ 3
- 3
Marlin/Configuration_adv.h View File

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

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

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

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

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

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

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

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

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

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

256
   #define INVERT_X2_VS_X_DIR true
256
   #define INVERT_X2_VS_X_DIR true
257
 #endif
257
 #endif
258
 
258
 
259
-
260
 // Dual Y Steppers
259
 // Dual Y Steppers
261
 // Uncomment this option to drive two Y axis motors.
260
 // Uncomment this option to drive two Y axis motors.
262
 // The next unused E driver will be assigned to the second Y stepper.
261
 // The next unused E driver will be assigned to the second Y stepper.
421
 
420
 
422
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
421
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
423
 //#define DIGIPOT_I2C
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
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
425
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
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
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 View File

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

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

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

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

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

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

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

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

Loading…
Cancel
Save