@@ -2301,20 +2301,20 @@
|
|
2301
2301
|
// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
|
2302
2302
|
// which is not as annoying as with the hardware PWM. On the other hand, if this frequency
|
2303
2303
|
// is too low, you should also increment SOFT_PWM_SCALE.
|
2304
|
-
|
2304
|
+
#define FAN_SOFT_PWM
|
2305
2305
|
|
2306
2306
|
// Incrementing this by 1 will double the software PWM frequency,
|
2307
2307
|
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
|
2308
2308
|
// However, control resolution will be halved for each increment;
|
2309
2309
|
// at zero value, there are 128 effective control positions.
|
2310
2310
|
// :[0,1,2,3,4,5,6,7]
|
2311
|
-
#define SOFT_PWM_SCALE
|
2311
|
+
#define SOFT_PWM_SCALE 3
|
2312
2312
|
|
2313
2313
|
// If SOFT_PWM_SCALE is set to a value higher than 0, dithering can
|
2314
2314
|
// be used to mitigate the associated resolution loss. If enabled,
|
2315
2315
|
// some of the PWM cycles are stretched so on average the desired
|
2316
2316
|
// duty cycle is attained.
|
2317
|
-
|
2317
|
+
#define SOFT_PWM_DITHER
|
2318
2318
|
|
2319
2319
|
// Temperature status LEDs that display the hotend and bed temperature.
|
2320
2320
|
// If all hotends, bed temperature, and target temperature are under 54C
|