浏览代码

Merge pull request #3141 from esenapaj2/RCBugFix

follow-up the PR #3131
Scott Lahteine 9 年前
父节点
当前提交
c16c47954c

+ 1
- 1
Marlin/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration_adv.h 查看文件

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

+ 3
- 0
Marlin/example_configurations/Hephestos_2/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/K8200/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/makibox/Configuration_adv.h 查看文件

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

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h 查看文件

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

正在加载...
取消
保存