Browse Source

follow-up the PR #3131

follow-up the commit 7326d63ce0
update Configration_adv.h of Hephestos2
delete unnecessary spaces
pull/1/head
esenapaj2 8 years ago
parent
commit
236a44c83b
  1. 2
      Marlin/Configuration_adv.h
  2. 2
      Marlin/example_configurations/Felix/Configuration_adv.h
  3. 2
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  4. 3
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  5. 2
      Marlin/example_configurations/K8200/Configuration_adv.h
  6. 2
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  7. 2
      Marlin/example_configurations/SCARA/Configuration_adv.h
  8. 2
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  9. 2
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  10. 2
      Marlin/example_configurations/delta/biv2.5/Configuration_adv.h
  11. 2
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  12. 2
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  13. 2
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  14. 2
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  15. 2
      Marlin/example_configurations/makibox/Configuration_adv.h
  16. 2
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

2
Marlin/Configuration_adv.h

@ -276,7 +276,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/Felix/Configuration_adv.h

@ -276,7 +276,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/Hephestos/Configuration_adv.h

@ -276,7 +276,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

3
Marlin/example_configurations/Hephestos_2/Configuration_adv.h

@ -274,6 +274,9 @@
// Motor Current setting (Only functional when motor driver current ref pins are connected to a digital trimpot on supported boards)
#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])
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/K8200/Configuration_adv.h

@ -281,7 +281,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/RigidBot/Configuration_adv.h

@ -276,7 +276,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/SCARA/Configuration_adv.h

@ -276,7 +276,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/TAZ4/Configuration_adv.h

@ -284,7 +284,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/WITBOX/Configuration_adv.h

@ -276,7 +276,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h

@ -278,7 +278,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/delta/generic/Configuration_adv.h

@ -278,7 +278,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h

@ -277,7 +277,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h

@ -281,7 +281,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h

@ -276,7 +276,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/makibox/Configuration_adv.h

@ -276,7 +276,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

2
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

@ -276,7 +276,7 @@
// Motor Current controlled via PWM (Overridable on supported boards with PWM-driven motor driver current)
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
// uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
//#define DIGIPOT_I2C
// Number of channels available for I2C digipot, For Azteeg X3 Pro we have 8

Loading…
Cancel
Save