Open splunkenizer opened 2 years ago
I am experiencing the same issue. It set my bed to 110 Celsius and hotend to 80 Celsius. I am using a Creality CR-M4 printer.
I’m seeing a similar thing, but not when using the cloud printing. When starting prints from Cura on the LAN, the bed temp will be set to the same as the extruded temp after it reaches the correct temperature, and will instantly revert to 115 C. Not an issue when manually adding and starting files in Octoprint. Disabling this plugin removes the problem.
This plugin is messing with the gcode commands in octopi. When I enable it and print from octopi, two temp setting commands are added after the bed has reached its temp and the hotend is then turned on. The target temps are mixed up with the other device. Why is this plugin even adding commands here?
The two commands
Send: N4 M104 S60*87
andSend: N5 M140 S200*98
are added and should not be there. They even have the wrong temps set. As you can see my bed is then going to 110, which seems to be the maximum. If I disable the plugin the two commands are not added anymore and everything works as expected.