fix - bed heating durring selftest
This commit is contained in:
parent
434a723151
commit
9a1e914637
|
|
@ -840,7 +840,10 @@ void manage_heater()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if(target_temperature_bed==0)
|
if(target_temperature_bed==0)
|
||||||
|
{
|
||||||
soft_pwm_bed = 0;
|
soft_pwm_bed = 0;
|
||||||
|
timer02_set_pwm0(soft_pwm_bed << 1);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HOST_KEEPALIVE_FEATURE
|
#ifdef HOST_KEEPALIVE_FEATURE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue