I like to power my heat bed through a relay but once the heat bed heats up the relay starts chattering. I tried to enable the Bang_Bang option
in Teacup but the relay still chatters. Do I need to comment out some PWM settings somewhere? Any help is appreciated.
/** \def BANG_BANG
Drops PID loop from heater control, reduces code size significantly
(1300 bytes!).
*/
#define BANG_BANG
/** \def BANG_BANG_ON
PWM value for Bang Bang 'on'.
*/
#define BANG_BANG_ON 200
/** \def BANG_BANG_OFF
PWM value for Bang Bang 'off'.
*/
#define BANG_BANG_OFF 45
in Teacup but the relay still chatters. Do I need to comment out some PWM settings somewhere? Any help is appreciated.
/** \def BANG_BANG
Drops PID loop from heater control, reduces code size significantly
(1300 bytes!).
*/
#define BANG_BANG
/** \def BANG_BANG_ON
PWM value for Bang Bang 'on'.
*/
#define BANG_BANG_ON 200
/** \def BANG_BANG_OFF
PWM value for Bang Bang 'off'.
*/
#define BANG_BANG_OFF 45