check_gain_time
Anyone where in the config i can alter the check gain time, im using a lower power bed heater and need to increase the time from default, whatever that is
Solution:Jump to solution
[verify_heater heater_bed]
max_error: 120 #whatever_value_youneed(default is 120)
check_gain_time: 60 #default time is 60 for beds
hysteresis: 20 #default is 5 but for a bed should be higher...
5 Replies
Have you tried the PID_CALIBRATE?
include this on your printer.cfg
Solution
[verify_heater heater_bed]
max_error: 120 #whatever_value_youneed(default is 120)
check_gain_time: 60 #default time is 60 for beds
hysteresis: 20 #default is 5 but for a bed should be higher
then do a PID calibration
thank you very much! all working