Bladeren bron

Update DIGIPOT_I2C_MOTOR_CURRENTS comments

Scott Lahteine 6 jaren geleden
bovenliggende
commit
5b70d3da1c
43 gewijzigde bestanden met toevoegingen van 87 en 44 verwijderingen
  1. 2
    1
      Marlin/Configuration_adv.h
  2. 2
    1
      Marlin/src/config/default/Configuration_adv.h
  3. 2
    1
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 2
    1
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 2
    1
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 2
    1
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 2
    1
      Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h
  8. 2
    1
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  9. 2
    1
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  10. 2
    1
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  11. 2
    1
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  12. 2
    1
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  13. 2
    1
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  14. 2
    1
      Marlin/src/config/examples/Creality/Ender/Configuration_adv.h
  15. 2
    1
      Marlin/src/config/examples/Felix/Configuration_adv.h
  16. 2
    1
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  17. 2
    1
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  18. 2
    1
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  19. 2
    1
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  20. 2
    1
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  21. 2
    1
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  22. 2
    1
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  23. 2
    1
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  24. 2
    1
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  25. 2
    1
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  26. 2
    1
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  27. 2
    1
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  28. 2
    1
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  29. 2
    1
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  30. 2
    1
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  31. 2
    1
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  32. 2
    1
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  33. 2
    1
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  34. 2
    1
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  35. 2
    1
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  36. 2
    1
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  37. 2
    1
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  38. 2
    1
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  39. 2
    1
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  40. 2
    1
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  41. 2
    1
      Marlin/src/config/examples/makibox/Configuration_adv.h
  42. 2
    1
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  43. 3
    2
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 2
- 1
Marlin/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/default/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h Bestand weergeven

@@ -459,7 +459,8 @@
459 459
 
460 460
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
461 461
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
462
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
462
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
463
+// These correspond to the physical drivers, so be mindful if the order is changed.
463 464
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
464 465
 
465 466
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Cartesio/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Creality/Ender/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Felix/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/MakerParts/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Bestand weergeven

@@ -459,7 +459,8 @@
459 459
 
460 460
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
461 461
 #define DIGIPOT_I2C_NUM_CHANNELS 5 // 5DPRINT: 4     AZTEEG_X3_PRO: 8	MKS SBASE: 5
462
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
462
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
463
+// These correspond to the physical drivers, so be mindful if the order is changed.
463 464
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.2, 1.2, 1.2, 1.2, 1.2 }  //  MKS SBASE: 5
464 465
 
465 466
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/RigidBot/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/SCARA/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/TheBorg/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Bestand weergeven

@@ -471,7 +471,8 @@
471 471
 
472 472
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
473 473
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
474
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
474
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
475
+// These correspond to the physical drivers, so be mindful if the order is changed.
475 476
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
476 477
 
477 478
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h Bestand weergeven

@@ -460,7 +460,8 @@
460 460
 
461 461
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
462 462
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
463
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
463
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
464
+// These correspond to the physical drivers, so be mindful if the order is changed.
464 465
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
465 466
 
466 467
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Bestand weergeven

@@ -460,7 +460,8 @@
460 460
 
461 461
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
462 462
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
463
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
463
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
464
+// These correspond to the physical drivers, so be mindful if the order is changed.
464 465
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
465 466
 
466 467
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h Bestand weergeven

@@ -460,7 +460,8 @@
460 460
 
461 461
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
462 462
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
463
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
463
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
464
+// These correspond to the physical drivers, so be mindful if the order is changed.
464 465
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
465 466
 
466 467
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Bestand weergeven

@@ -460,7 +460,8 @@
460 460
 
461 461
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
462 462
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
463
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
463
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
464
+// These correspond to the physical drivers, so be mindful if the order is changed.
464 465
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
465 466
 
466 467
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/delta/generic/Configuration_adv.h Bestand weergeven

@@ -460,7 +460,8 @@
460 460
 
461 461
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
462 462
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
463
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
463
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
464
+// These correspond to the physical drivers, so be mindful if the order is changed.
464 465
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
465 466
 
466 467
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Bestand weergeven

@@ -460,7 +460,8 @@
460 460
 
461 461
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
462 462
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
463
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
463
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
464
+// These correspond to the physical drivers, so be mindful if the order is changed.
464 465
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
465 466
 
466 467
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Bestand weergeven

@@ -465,7 +465,8 @@
465 465
 
466 466
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
467 467
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
468
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
468
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
469
+// These correspond to the physical drivers, so be mindful if the order is changed.
469 470
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
470 471
 
471 472
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Bestand weergeven

@@ -460,7 +460,8 @@
460 460
 
461 461
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
462 462
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
463
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
463
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
464
+// These correspond to the physical drivers, so be mindful if the order is changed.
464 465
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
465 466
 
466 467
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/makibox/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 4 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.7, 1.7, 1.7, 1.7 }  // 5DPRINT
463 464
 
464 465
 //===========================================================================

+ 2
- 1
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Bestand weergeven

@@ -458,7 +458,8 @@
458 458
 
459 459
 //#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
460 460
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
461
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
461
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
462
+// These correspond to the physical drivers, so be mindful if the order is changed.
462 463
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
463 464
 
464 465
 //===========================================================================

+ 3
- 2
Marlin/src/config/examples/wt150/Configuration_adv.h Bestand weergeven

@@ -459,8 +459,9 @@
459 459
 
460 460
 #define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
461 461
 #define DIGIPOT_I2C_NUM_CHANNELS 5 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
462
-// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
463
-#define DIGIPOT_I2C_MOTOR_CURRENTS {0.22, 0.22, 0.39, 0.42, 0.42}
462
+// Actual motor currents in Amps. The number of entries must match DIGIPOT_I2C_NUM_CHANNELS.
463
+// These correspond to the physical drivers, so be mindful if the order is changed.
464
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 0.22, 0.22, 0.39, 0.42, 0.42 }  // MIGHTYBOARD_REVE
464 465
 
465 466
 //===========================================================================
466 467
 //=============================Additional Features===========================

Laden…
Annuleren
Opslaan