Heated bed on and off too frequently
Dear Engineer,
I'm using a relay to control the heated bed. I found a problem, for example, when I set the target bed temperature 50 °C, when the temperature arrived 50 °C, the relay switch off, and once the temperature fall to 49.9 °C, the relay turns on. I found the temperature swing up and down 50°C to quickly, so the relay turns on and off too frequently...
Is there a parameter to set, and not let the relay to turn on and off too frequently...
In "Marlin", there is a parameter:
#define TEMP_HYSTERESIS 3 // (degC) range of +/- temperatures considered "close" to the target one
Is there a similar parameter to set in repetier firmwaire...Thanks in advance!
Comments
#define HEATED_BED_SET_INTERVAL 10000
and not 10. Time is milli seconds.