You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tooltip for 'idle target temperature' states "Power off will be delayed until all heaters reach this temperature"
I have discovered that this does not happen - the power off command is sent when the hot end reaches the target temperature without waiting for the bed to also reach the temperature.
I set the target temp to 29 degrees - as you can see the bed has not yet reached that temp.
The text was updated successfully, but these errors were encountered:
thanks for your report. I'll have to investigate further. if you don't mind enabling debug logging in the plugin's settings and restarting octoprint and run through the process again and then share the file plugin_tasmota_debug.log that would be helpful.
Thanks, that helped me identify what's going on here. Basically what's happening is the bed and tool are being set off on idle but when the plugin is checking the temps to know if it's below the threshold yet or not it's actually only looking at the hot end (tool) and therefore not processing the current bed temp because of this line
The tooltip for 'idle target temperature' states "Power off will be delayed until all heaters reach this temperature"
I have discovered that this does not happen - the power off command is sent when the hot end reaches the target temperature without waiting for the bed to also reach the temperature.
I set the target temp to 29 degrees - as you can see the bed has not yet reached that temp.
The text was updated successfully, but these errors were encountered: