Browse Source

Cleanup stepper current control config options

Scott Lahteine 8 years ago
parent
commit
e1c5a43247
25 changed files with 121 additions and 122 deletions
  1. 5
    5
      Marlin/Configuration_adv.h
  2. 5
    5
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  3. 5
    5
      Marlin/example_configurations/Felix/Configuration_adv.h
  4. 5
    5
      Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h
  5. 5
    5
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  6. 5
    6
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  7. 5
    5
      Marlin/example_configurations/K8200/Configuration_adv.h
  8. 5
    5
      Marlin/example_configurations/K8400/Configuration_adv.h
  9. 5
    5
      Marlin/example_configurations/M150/Configuration_adv.h
  10. 5
    5
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  11. 5
    5
      Marlin/example_configurations/SCARA/Configuration_adv.h
  12. 5
    5
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  13. 5
    5
      Marlin/example_configurations/TinyBoy2/Configuration_adv.h
  14. 5
    5
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  15. 5
    5
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h
  16. 5
    5
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h
  17. 5
    5
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  18. 5
    5
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  19. 5
    5
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  20. 5
    5
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  21. 5
    5
      Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h
  22. 4
    4
      Marlin/example_configurations/makibox/Configuration_adv.h
  23. 5
    5
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  24. 4
    4
      Marlin/example_configurations/wt150/Configuration_adv.h
  25. 3
    3
      Marlin/pins.h

+ 5
- 5
Marlin/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/Felix/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 6
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

@@ -419,17 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-#define DIGIPOT_MOTOR_CURRENT {150, 170, 180, 190, 180} // Values 0-255 (bq ZUM Mega 3D (default): X = 150 [~1.17A]; Y = 170 [~1.33A]; Z = 180 [~1.41A]; E0 = 190 [~1.49A])
424
-
425
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }            // Values in milliamps
423
+#define DIGIPOT_MOTOR_CURRENT { 150, 170, 180, 190, 180 }   // Values 0-255 (bq ZUM Mega 3D (default): X = 150 [~1.17A]; Y = 170 [~1.33A]; Z = 180 [~1.41A]; E0 = 190 [~1.49A])
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }      // Default drive percent - X, Y, Z, E axis
426 425
 
427 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
428 427
 //#define DIGIPOT_I2C
429
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
430 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
431 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
432
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#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 432
 
434 433
 //===========================================================================
435 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/K8200/Configuration_adv.h View File

@@ -432,16 +432,16 @@
432 432
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
433 433
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
434 434
  */
435
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
436
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
437
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
435
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
436
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
437
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
438 438
 
439 439
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
440 440
 //#define DIGIPOT_I2C
441
-//#define DIGIPOT_MCP4018
441
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
442 442
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
443 443
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
444
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
444
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
445 445
 
446 446
 //===========================================================================
447 447
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/K8400/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/M150/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/SCARA/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/TAZ4/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/TinyBoy2/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

@@ -421,16 +421,16 @@
421 421
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
422 422
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
423 423
  */
424
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
425
-#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
424
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
425
+#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
427 427
 
428 428
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
429 429
 //#define DIGIPOT_I2C
430
-//#define DIGIPOT_MCP4018
430
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
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
-#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
434 434
 
435 435
 //===========================================================================
436 436
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h View File

@@ -421,16 +421,16 @@
421 421
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
422 422
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
423 423
  */
424
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
425
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
424
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
425
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
427 427
 
428 428
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
429 429
 //#define DIGIPOT_I2C
430
-//#define DIGIPOT_MCP4018
430
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
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
-#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
434 434
 
435 435
 //===========================================================================
436 436
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

@@ -421,16 +421,16 @@
421 421
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
422 422
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
423 423
  */
424
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
425
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
424
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
425
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
427 427
 
428 428
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
429 429
 //#define DIGIPOT_I2C
430
-//#define DIGIPOT_MCP4018
430
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
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
-#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
434 434
 
435 435
 //===========================================================================
436 436
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -421,16 +421,16 @@
421 421
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
422 422
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
423 423
  */
424
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
425
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
424
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
425
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
427 427
 
428 428
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
429 429
 //#define DIGIPOT_I2C
430
-//#define DIGIPOT_MCP4018
430
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
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
-#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
434 434
 
435 435
 //===========================================================================
436 436
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

@@ -426,16 +426,16 @@
426 426
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
427 427
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
428 428
  */
429
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
430
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
431
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
429
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
430
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
431
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
432 432
 
433 433
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
434 434
 //#define DIGIPOT_I2C
435
-//#define DIGIPOT_MCP4018
435
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
436 436
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
437 437
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
438
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
438
+#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 439
 
440 440
 //===========================================================================
441 441
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

@@ -421,16 +421,16 @@
421 421
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
422 422
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
423 423
  */
424
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
425
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
424
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
425
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
426
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
427 427
 
428 428
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
429 429
 //#define DIGIPOT_I2C
430
-//#define DIGIPOT_MCP4018
430
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
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
-#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
434 434
 
435 435
 //===========================================================================
436 436
 //=============================Additional Features===========================

+ 5
- 5
Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 4
- 4
Marlin/example_configurations/makibox/Configuration_adv.h View File

@@ -419,13 +419,13 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 4 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431 431
 #define DIGIPOT_I2C_MOTOR_CURRENTS { 1.7, 1.7, 1.7, 1.7 }  // 5DPRINT

+ 5
- 5
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

@@ -419,16 +419,16 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 //#define DIGIPOT_I2C
428
-//#define DIGIPOT_MCP4018
428
+//#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431
-#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
431
+#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 }  //  AZTEEG_X3_PRO
432 432
 
433 433
 //===========================================================================
434 434
 //=============================Additional Features===========================

+ 4
- 4
Marlin/example_configurations/wt150/Configuration_adv.h View File

@@ -419,13 +419,13 @@
419 419
  *    M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
420 420
  *    M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
421 421
  */
422
-//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
423
-//#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
-//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
422
+//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 }          // Values in milliamps
423
+//#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 }   // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
424
+//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 }    // Default drive percent - X, Y, Z, E axis
425 425
 
426 426
 // Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
427 427
 #define DIGIPOT_I2C
428
-#define DIGIPOT_MCP4018
428
+#define DIGIPOT_MCP4018          // Requires library from https://github.com/stawel/SlowSoftI2CMaster
429 429
 #define DIGIPOT_I2C_NUM_CHANNELS 5 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
430 430
 // Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
431 431
 #define DIGIPOT_I2C_MOTOR_CURRENTS {0.68, 0.68, 1.18, 1.27, 1.27}

+ 3
- 3
Marlin/pins.h View File

@@ -20,8 +20,8 @@
20 20
  *
21 21
  */
22 22
 
23
-#ifndef PINS_H
24
-#define PINS_H
23
+#ifndef __PINS_H__
24
+#define __PINS_H__
25 25
 
26 26
 #if MB(GEN7_CUSTOM)
27 27
   #include "pins_GEN7_CUSTOM.h"
@@ -570,4 +570,4 @@
570 570
   #define SS_PIN   AVR_SS_PIN
571 571
 #endif
572 572
 
573
-#endif // __PINS_H
573
+#endif // __PINS_H__

Loading…
Cancel
Save