diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index edc48e3a91335bdb6f1282ec20877b82c3f191e6..debd9f0d0fba097c7efdbb9f541e235d0be25470 100644 --- a/Marlin/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/Felix/Configuration_adv.h b/Marlin/example_configurations/Felix/Configuration_adv.h index 7d6cf00863ac09ff7f7495dbf3e288c02365aa1d..c4e3b22f44ceb71699efbe36f497f5072d3e0b92 100644 --- a/Marlin/example_configurations/Felix/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/Hephestos/Configuration_adv.h b/Marlin/example_configurations/Hephestos/Configuration_adv.h index 063b6c572319b50e0b7db0ebf0face90de2ac8fd..5ed1b403ad410f7d0357da158a41e21c585d65e5 100644 --- a/Marlin/example_configurations/Hephestos/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/Hephestos_2/Configuration_adv.h b/Marlin/example_configurations/Hephestos_2/Configuration_adv.h index ac3320f7114ec745f6baf691a00f6d3af35f7e6f..493bb464c3896a529be68440bd910c21439d176f 100644 --- a/Marlin/example_configurations/Hephestos_2/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/K8200/Configuration_adv.h b/Marlin/example_configurations/K8200/Configuration_adv.h index 5fcecf308b982c85d7ea6b69ce938ea2b6e57659..18ee6d85a54cef4ecb294e066423688591049759 100644 --- a/Marlin/example_configurations/K8200/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/RigidBot/Configuration_adv.h b/Marlin/example_configurations/RigidBot/Configuration_adv.h index 2a1ca9b7067a1c367dc712bcb2000a3d22774646..d1dfbd2e97a4079151713f817553203b11b96588 100644 --- a/Marlin/example_configurations/RigidBot/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/SCARA/Configuration_adv.h b/Marlin/example_configurations/SCARA/Configuration_adv.h index de9cab4a8647f08922d37e853fcc13ae74804ddc..d097fdad80fcc5e7bee614d65463c34b227a97e1 100644 --- a/Marlin/example_configurations/SCARA/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/TAZ4/Configuration_adv.h b/Marlin/example_configurations/TAZ4/Configuration_adv.h index ef98c649bbdda9eadded4943ce97fdc6fd5642b2..e36317b6c65fd0e104af3ec553189a1282ac1607 100644 --- a/Marlin/example_configurations/TAZ4/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/WITBOX/Configuration_adv.h b/Marlin/example_configurations/WITBOX/Configuration_adv.h index 063b6c572319b50e0b7db0ebf0face90de2ac8fd..5ed1b403ad410f7d0357da158a41e21c585d65e5 100644 --- a/Marlin/example_configurations/WITBOX/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h b/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h index 390f81ef7d02f8be032dee52b984edb55d6af911..ba5bbfbe8aa70343529163083020fcb9c1222f2e 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/generic/Configuration_adv.h b/Marlin/example_configurations/delta/generic/Configuration_adv.h index b6aeaf6821cedb42c28cdb627209ef89c9dd990e..8990a269e9a50fb74561cdb2747b12df755ccba1 100644 --- a/Marlin/example_configurations/delta/generic/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h index 35f008678c2ed45024b43a3625950a0fb123aff8..e6f0d753dd79efb76b5915afbc03ddc7a3798a6f 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h index 07c1a45cc03d0f011a857186ffaf4ca839790d97..d0eb1fcd4a6a382d17fb2ff81d2b4f8916254b22 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h index 9fe1ce95b7ae54f8001d0b09e7f5a585fe95a112..18d4589968c076686bb59d5aadb42c1b1315d9c5 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/makibox/Configuration_adv.h b/Marlin/example_configurations/makibox/Configuration_adv.h index dc2564d4bd6af902581766deb24e16aa2d631753..96861bc7493aa2cc29335833c477990c0ac6328e 100644 --- a/Marlin/example_configurations/makibox/Configuration_adv.h +++ b/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 diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h b/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h index 5cc4c77dd8de2560c02104031c39068f5a191405..0f56db994058732d6069c4b3d3eba9f55fe0858d 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h +++ b/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