Andy-ch / OctoPrint-HeaterTimeout

OctoPrint Plugin that automatically shuts down heaters after a specified idle timeout.
Apache License 2.0
4 stars 1 forks source link

Sends ERRONEOUS "suppressed command" message about non-existent heatbed #6

Open puterboy opened 2 years ago

puterboy commented 2 years ago

I don't have a heated bed and I have that function UNCHECKED in my printer profile. However, whenever a timeout is triggered, I get the following erroneous "Suppressed Command" message:

Suppressed command
The command M141 S0 was not sent to the printer:

Not sending "M141 S0", printer profile has no heated chamber. Either configure a heated chamber or remove chamber commands from your GCODE.

Is there a way to prevent this irrelevant G-code from being sent?

Andy-ch commented 1 year ago

@puterboy please update the plugin and check if the issue still persists