Wait for Cooling Bed?
Hi All,
Is there a way to wait for the heat-bed to reach a cooler temperature?
I need to turn cooling fans on, then wait for the bed to reach 25C, then turn the fans off.
I have tried M190 and M116 but both only wait if the desired temperature is higher than the current temperature. If the desired temperature is lower then it returns immediately...
Any ideas?
Thank you,
Errol
Is there a way to wait for the heat-bed to reach a cooler temperature?
I need to turn cooling fans on, then wait for the bed to reach 25C, then turn the fans off.
I have tried M190 and M116 but both only wait if the desired temperature is higher than the current temperature. If the desired temperature is lower then it returns immediately...
Any ideas?
Thank you,
Errol
Comments
I guess not waiting for a lower target temp is so that setting bed to 0C does not actually wait for the bed to freeze...
Thank you,
Errol
Looks like I must also edit the SKIP_IF_WITHIN part.
I can just copy the lower limit and convert it to an upper limit. There is already an exclusion for bed temps lower than 25C, so it will not stall on a set temp of 0C for turnoff.
Thank you,
Errol