Add SOFT_PWM_DITHER to other configurations

This commit is contained in:
Stefan Brüns
2017-03-12 06:00:26 +01:00
committed by Scott Lahteine
parent 5a2abeca78
commit 5699e2b881
21 changed files with 126 additions and 0 deletions

View File

@ -1529,6 +1529,12 @@
// at zero value, there are 128 effective control positions.
#define SOFT_PWM_SCALE 0
// If SOFT_PWM_SCALE is set to a value higher than 0, dithering can
// be used to mitigate the associated resolution loss. If enabled,
// some of the PWM cycles are stretched so on average the wanted
// duty cycle is attained.
//#define SOFT_PWM_DITHER
// Temperature status LEDs that display the hotend and bed temperature.
// If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
// Otherwise the RED led is on. There is 1C hysteresis.