Open jneilliii opened 1 year ago
+1, on 1.9.0 if the bed is unready prints fail to pause despite the image recognition machinery detecting that the bed is unready.
I haven't had time to work on my plugins because of work. If you don't mind, could you go to OctoPrint's logging section and enable debug logging for plugin.bedready at the bottom of the page and try again? Then share your octoprint.log after the failed detection.
Will see if I can dig up some useful debug information.
I took a quick look last night, didn't find anything immediately at fault in the plugin and just made manually invoking the plugin a prereq for pushing a job to a printer :/ https://git.arrdem.com/arrdem/source/commit/730a6a3950b751cb9177c6cabce0e5541de0fa91
Right off what I did see in the logs is that the plugin is firing, does detect that the bed is unready and does attempt to pause but the printer doesn't accept the job state transition. May be a bug/change on the OctoPrint side.
I don't think anything changed from the perspective of job control, but if I do get a chance to investigate/test further I will.